mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 02:16:23 +00:00
90% fixes, 10% skel refactoring
This commit is contained in:
@ -137,6 +137,9 @@ void CGarages::Init(void)
|
||||
MessageStartTime = 0;
|
||||
PlayerInGarage = false;
|
||||
BombsAreFree = false;
|
||||
#ifdef FIX_BUGS
|
||||
RespraysAreFree = false;
|
||||
#endif
|
||||
CarsCollected = 0;
|
||||
BankVansCollected = 0;
|
||||
PoliceCarsCollected = 0;
|
||||
|
Reference in New Issue
Block a user