summaryrefslogtreecommitdiff
path: root/player_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'player_gui.c')
-rw-r--r--player_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player_gui.c b/player_gui.c
index 109e3e80c..d3ef4fadc 100644
--- a/player_gui.c
+++ b/player_gui.c
@@ -424,7 +424,7 @@ static void DrawPlayerVehiclesAmount(int player)
FOR_ALL_VEHICLES(v) {
if (v->owner == player) {
if (v->type == VEH_Train) {
- if (v->subtype == 0)
+ if (v->subtype == TS_Front_Engine)
train++;
} else if (v->type == VEH_Road) {
road++;