summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/control/Garages.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Garages.cpp b/src/control/Garages.cpp
index 95f3a83d..b4d7a703 100644
--- a/src/control/Garages.cpp
+++ b/src/control/Garages.cpp
@@ -167,7 +167,7 @@ void CGarages::Update(void)
}
if ((CTimer::GetFrameCounter() & 0xF) != 0xC)
return;
- if (++GarageToBeTidied >= 32)
+ if (++GarageToBeTidied >= NUM_GARAGES)
GarageToBeTidied = 0;
if (!aGarages[GarageToBeTidied].IsUsed())
return;