summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-09-10 19:02:27 +0000
committertruelight <truelight@openttd.org>2004-09-10 19:02:27 +0000
commiteb49a19460f1478a9e9cee99a76391acec72d939 (patch)
treedf7199c5876910bc07eb93bce29fdee7172c0fcf /command.h
parent1c1a5b91c9b8fab3d178d207e6f77c880a142d6c (diff)
downloadopenttd-eb49a19460f1478a9e9cee99a76391acec72d939.tar.xz
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Diffstat (limited to 'command.h')
-rw-r--r--command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/command.h b/command.h
index af610a383..4dc4ad911 100644
--- a/command.h
+++ b/command.h
@@ -140,7 +140,7 @@ enum {
CMD_REFIT_RAIL_VEHICLE = 106,
CMD_RESTORE_ORDER_INDEX = 107,
CMD_BUILD_LOCK = 108,
-
+
CMD_START_SCENARIO = 109,
CMD_BUILD_MANY_SIGNALS = 110,
@@ -157,7 +157,7 @@ enum {
DC_AI_BUILDING = 0x20, // special building rules for AI
DC_NO_TOWN_RATING = 0x40, // town rating does not disallow you from building
DC_FORCETEST = 0x80, // force test too.
-
+
CMD_ERROR = ((int32)0x80000000),
};