mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 22:54:08 +00:00
minimal weather stuff + multiple bugfixes
This commit is contained in:
parent
9067469f7c
commit
4defd8b75c
9 changed files with 146 additions and 91 deletions
|
@ -5248,12 +5248,8 @@ int8 CRunningScript::ProcessCommands500To599(int32 command)
|
|||
ScriptParams[3] / 255.0f, ScriptParams[4] / 255.0f, ScriptParams[5] / 255.0f, 0, true);
|
||||
return 0;
|
||||
}
|
||||
case COMMAND_STORE_WEATHER:
|
||||
CWeather::StoreWeatherState();
|
||||
return 0;
|
||||
case COMMAND_RESTORE_WEATHER:
|
||||
CWeather::RestoreWeatherState();
|
||||
return 0;
|
||||
//case COMMAND_STORE_WEATHER:
|
||||
//case COMMAND_RESTORE_WEATHER:
|
||||
case COMMAND_STORE_CLOCK:
|
||||
CClock::StoreClock();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue