mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 05:54:08 +00:00
timecycle done
This commit is contained in:
parent
4118d2aa55
commit
43bf854374
5 changed files with 377 additions and 216 deletions
|
@ -12709,13 +12709,13 @@ int8 CRunningScript::ProcessCommands1200To1299(int32 command)
|
|||
case COMMAND_SET_EXTRA_COLOURS:
|
||||
{
|
||||
CollectParameters(&m_nIp, 2);
|
||||
debug("SET_EXTRA_COLOURS not implemented, skipping\n");
|
||||
CTimeCycle::StartExtraColour(ScriptParams[0]-1, ScriptParams[1] != 0);
|
||||
return 0;
|
||||
}
|
||||
case COMMAND_CLEAR_EXTRA_COLOURS:
|
||||
{
|
||||
CollectParameters(&m_nIp, 1);
|
||||
debug("CLEAR_EXTRA_COLOURS not implemented, skipping\n");
|
||||
CTimeCycle::StopExtraColour(ScriptParams[0]);
|
||||
return 0;
|
||||
}
|
||||
//case COMMAND_CLOSE_CAR_BOOT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue