mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
Remove ResetHub; as it's almost certainly going to be made obsolete with the new scripts and save game rework.
This commit is contained in:
parent
4b8e7828cf
commit
72cd78ace7
3 changed files with 5 additions and 8 deletions
|
@ -53,7 +53,6 @@ struct GameScriptLevel
|
|||
GameScriptColor Fog{ 0, 0, 0 };
|
||||
bool Storm{ false };
|
||||
WEATHER_TYPE Weather{ WEATHER_TYPE::NORMAL };
|
||||
bool ResetHub{ false };
|
||||
bool Rumble{ false };
|
||||
LARA_TYPE LaraType{ LARA_TYPE::NORMAL };
|
||||
GameScriptMirror Mirror;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue