(svn r5613) Rename VS_DISASTER to VS_SHADOW, because this is what this flag actually means

This commit is contained in:
tron
2006-07-26 08:32:20 +00:00
parent 3aa408ee02
commit 16bf3e35cd
4 changed files with 9 additions and 9 deletions

View File

@@ -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,
};