mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
Remove comments; these are technically no longer unused as they're linked up with Lua variables.
This commit is contained in:
parent
ad7c6fddd1
commit
b5483512f2
1 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@ struct GameScriptLevel
|
|||
bool Rumble{ false };
|
||||
LARA_TYPE LaraType{ LARA_TYPE::NORMAL };
|
||||
GameScriptMirror Mirror;
|
||||
byte UVRotate{ 0 }; // unused
|
||||
int LevelFarView{ 0 }; // unused
|
||||
bool UnlimitedAir{ false }; //unused
|
||||
byte UVRotate{ 0 };
|
||||
int LevelFarView{ 0 };
|
||||
bool UnlimitedAir{ false };
|
||||
std::vector<GameScriptInventoryObject> InventoryObjects;
|
||||
|
||||
void SetUVRotate(byte val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue