Fix function signatures and others (#158)

Fix InitObjects, themes.cpp, names
This commit is contained in:
galaxyhaxz 2018-08-12 18:32:48 -05:00 committed by GitHub
commit 775ae59e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 476 additions and 501 deletions

View file

@ -248,7 +248,7 @@ void __cdecl FreeInterface()
mem_free_dbg(v0);
}
void __fastcall InitCutscene(int interface_mode)
void __fastcall InitCutscene(int uMsg)
{
int v1; // eax
int v2; // eax
@ -265,7 +265,7 @@ void __fastcall InitCutscene(int interface_mode)
int v13; // eax
int v14; // eax
switch ( interface_mode )
switch ( uMsg )
{
case WM_DIABNEXTLVL:
v1 = gnLevelTypeTbl[currlevel];