Skip to content

Commit

Permalink
th09: only hit gui_init_2 after the second time IDirect3DDevice8 was …
Browse files Browse the repository at this point in the history
…created

This fixes #70
  • Loading branch information
32th-System committed Jun 30, 2022
1 parent 60a201e commit f6e583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thprac/src/thprac/thprac_th09.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ namespace TH09 {
THGuiCreate();
THInitHookDisable();
}
EHOOK_DY(th09_gui_init_2, (void*)0x42e3a8)
EHOOK_DY(th09_gui_init_2, (void*)0x42e627)
{
THGuiCreate();
THInitHookDisable();
Expand Down

0 comments on commit f6e583d

Please sign in to comment.