mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 02:04:07 +00:00
commit
5cb7e2e42a
22 changed files with 2331 additions and 60 deletions
|
@ -1082,7 +1082,7 @@ void CGarage::Update()
|
|||
#ifdef FIX_BUGS
|
||||
bool bCreatedAllCars = false;
|
||||
#else
|
||||
bool bCraetedAllCars;
|
||||
bool bCreatedAllCars;
|
||||
#endif
|
||||
switch (m_eGarageType) {
|
||||
case GARAGE_HIDEOUT_ONE: bCreatedAllCars = RestoreCarsForThisHideout(CGarages::aCarsInSafeHouse1); break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue