Fix function signatures and others (#158)
Fix InitObjects, themes.cpp, names
This commit is contained in:
parent
a336c38226
commit
775ae59e18
41 changed files with 476 additions and 501 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue