src/openttd.h
branchgamebalance
changeset 9906 6f41b8713b65
parent 9904 e7d15ae60d43
child 9908 0fa543611bbe
equal deleted inserted replaced
9905:91eca6fdee8d 9906:6f41b8713b65
   181 	DO_TRANS_SIGNS        = 1 << 7,
   181 	DO_TRANS_SIGNS        = 1 << 7,
   182 };
   182 };
   183 
   183 
   184 /* Landscape types */
   184 /* Landscape types */
   185 enum {
   185 enum {
   186 	LT_NORMAL     = 0,
   186 	LT_TEMPERATE  = 0,
   187 	LT_HILLY      = 1,
   187 	LT_ARCTIC     = 1,
   188 	LT_DESERT     = 2,
   188 	LT_TROPIC     = 2,
   189 	LT_CANDY      = 3,
   189 	LT_TOYLAND    = 3,
   190 
   190 
   191 	NUM_LANDSCAPE = 4,
   191 	NUM_LANDSCAPE = 4,
   192 };
   192 };
   193 
   193 
   194 #define GAME_DIFFICULTY_NUM 20
   194 #define GAME_DIFFICULTY_NUM 20