mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 12:14:08 +00:00
90% fixes, 10% skel refactoring
This commit is contained in:
parent
53e7cbbd5a
commit
ad6094ca1d
12 changed files with 104 additions and 50 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue