mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 21:46:18 +00:00
90% fixes, 10% skel refactoring
This commit is contained in:
@ -141,6 +141,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