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