[saco] Fix function name

This commit is contained in:
RD42 2024-08-21 23:17:04 +08:00
parent 3e09350af7
commit 0842149b0f

View File

@ -61,7 +61,7 @@ BOOL SubclassGameWindow();
void SetupCommands(); void SetupCommands();
void TheGraphicsLoop(); void TheGraphicsLoop();
LONG WINAPI exc_handler(_EXCEPTION_POINTERS* exc_inf); LONG WINAPI exc_handler(_EXCEPTION_POINTERS* exc_inf);
void sub_1009DD50(); void FUNC_1009DD50();
DWORD dwOrgRwSetState=0; DWORD dwOrgRwSetState=0;
DWORD dwSetStateCaller=0; DWORD dwSetStateCaller=0;