summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-07-26 08:32:20 +0000
committertron <tron@openttd.org>2006-07-26 08:32:20 +0000
commit16bf3e35cdad1da202ab5279c572c33cf3c786fc (patch)
tree79aea47c4debb842ca36742c98a698c4a930d935 /vehicle.h
parent3aa408ee02fecba8bc03e5f254567c44397d4b7b (diff)
downloadopenttd-16bf3e35cdad1da202ab5279c572c33cf3c786fc.tar.xz
(svn r5613) Rename VS_DISASTER to VS_SHADOW, because this is what this flag actually means
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle.h b/vehicle.h
index c4e83841e..40659bfd3 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -23,7 +23,7 @@ enum VehStatus {
VS_UNCLICKABLE = 4,
VS_DEFPAL = 0x8,
VS_TRAIN_SLOWING = 0x10,
- VS_DISASTER = 0x20,
+ VS_SHADOW = 0x20,
VS_AIRCRAFT_BROKEN = 0x40,
VS_CRASHED = 0x80,
};