command.h
changeset 193 0a7025304867
parent 147 d0c8100d18cf
child 213 770e504a6e51
--- a/command.h	Fri Sep 10 18:54:23 2004 +0000
+++ b/command.h	Fri Sep 10 19:02:27 2004 +0000
@@ -140,7 +140,7 @@
 	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 @@
 	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),
 };