90% fixes, 10% skel refactoring

This commit is contained in:
eray orçunus
2020-07-24 20:43:51 +03:00
parent bcb2b7a534
commit 15918feb8e
8 changed files with 68 additions and 46 deletions

View File

@ -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;