mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-11 17:24:44 +02:00
fix
This commit is contained in:
@@ -167,7 +167,7 @@ void CGarages::Update(void)
|
|||||||
}
|
}
|
||||||
if ((CTimer::GetFrameCounter() & 0xF) != 0xC)
|
if ((CTimer::GetFrameCounter() & 0xF) != 0xC)
|
||||||
return;
|
return;
|
||||||
if (++GarageToBeTidied >= 32)
|
if (++GarageToBeTidied >= NUM_GARAGES)
|
||||||
GarageToBeTidied = 0;
|
GarageToBeTidied = 0;
|
||||||
if (!aGarages[GarageToBeTidied].IsUsed())
|
if (!aGarages[GarageToBeTidied].IsUsed())
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user