mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 19:44:15 +01:00
some more script stubs
This commit is contained in:
parent
d5d2f6a822
commit
39931a5284
@ -8739,6 +8739,7 @@ int8 CRunningScript::ProcessCommands1000To1099(int32 command)
|
|||||||
#ifdef USE_DEBUG_SCRIPT_LOADER
|
#ifdef USE_DEBUG_SCRIPT_LOADER
|
||||||
CFileMgr::ChangeDir("\\data\\");
|
CFileMgr::ChangeDir("\\data\\");
|
||||||
int handle = CFileMgr::OpenFile(scriptfile, "rb");
|
int handle = CFileMgr::OpenFile(scriptfile, "rb");
|
||||||
|
CFileMgr::ChangeDir("\\");
|
||||||
#else
|
#else
|
||||||
CFileMgr::ChangeDir("\\");
|
CFileMgr::ChangeDir("\\");
|
||||||
int handle = CFileMgr::OpenFile("data\\main.scm", "rb");
|
int handle = CFileMgr::OpenFile("data\\main.scm", "rb");
|
||||||
@ -10422,6 +10423,11 @@ int8 CRunningScript::ProcessCommands1300To1399(int32 command)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
case COMMAND_SET_TONIGHTS_EVENT:
|
case COMMAND_SET_TONIGHTS_EVENT:
|
||||||
|
{
|
||||||
|
CollectParameters(&m_nIp, 1);
|
||||||
|
debug("skipping SET_TONIGHTS_EVENT\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
case COMMAND_CLEAR_CHAR_LAST_DAMAGE_ENTITY:
|
case COMMAND_CLEAR_CHAR_LAST_DAMAGE_ENTITY:
|
||||||
case COMMAND_CLEAR_CAR_LAST_DAMAGE_ENTITY:
|
case COMMAND_CLEAR_CAR_LAST_DAMAGE_ENTITY:
|
||||||
case COMMAND_FREEZE_OBJECT_POSITION:
|
case COMMAND_FREEZE_OBJECT_POSITION:
|
||||||
|
Loading…
Reference in New Issue
Block a user