mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Apply some refactoring
This commit is contained in:
committed by
Michael Steenbeek
parent
386a399a51
commit
06afeeda9a
@@ -368,7 +368,7 @@ namespace OpenRCT2
|
||||
#endif
|
||||
}
|
||||
gScenarioTicks = 0;
|
||||
util_srand((uint32)time(0));
|
||||
util_srand((uint32)time(nullptr));
|
||||
input_reset_place_obj_modifier();
|
||||
viewport_init_all();
|
||||
game_init_all(150);
|
||||
|
||||
Reference in New Issue
Block a user