mirror of
https://github.com/halpz/re3.git
synced 2025-07-12 16:08:11 +00:00
call streaming funcs
This commit is contained in:
@ -12308,8 +12308,7 @@ int8 CRunningScript::ProcessCommands1200To1299(int32 command)
|
||||
case COMMAND_SET_AREA_VISIBLE:
|
||||
CollectParameters(&m_nIp, 1);
|
||||
CGame::currArea = ScriptParams[0];
|
||||
// TODO(MIAMI) !!
|
||||
//CStreaming::RemoveBuildingsNotInArea(ScriptParams[0]);
|
||||
CStreaming::RemoveBuildingsNotInArea(ScriptParams[0]);
|
||||
return 0;
|
||||
case COMMAND_SET_CUTSCENE_ANIM_TO_LOOP:
|
||||
{
|
||||
|
Reference in New Issue
Block a user