equal
deleted
inserted
replaced
73 GUI_PlaceProc_LevelArea = 1 << 4, |
73 GUI_PlaceProc_LevelArea = 1 << 4, |
74 GUI_PlaceProc_DesertArea = 2 << 4, |
74 GUI_PlaceProc_DesertArea = 2 << 4, |
75 GUI_PlaceProc_WaterArea = 3 << 4, |
75 GUI_PlaceProc_WaterArea = 3 << 4, |
76 GUI_PlaceProc_ConvertRailArea = 4 << 4, |
76 GUI_PlaceProc_ConvertRailArea = 4 << 4, |
77 GUI_PlaceProc_RockyArea = 5 << 4, |
77 GUI_PlaceProc_RockyArea = 5 << 4, |
|
78 GUI_PlaceProc_RemoveFromStation = 6 << 4, |
78 }; |
79 }; |
79 |
80 |
80 /* misc_gui.cpp */ |
81 /* misc_gui.cpp */ |
81 void PlaceLandBlockInfo(); |
82 void PlaceLandBlockInfo(); |
82 void ShowAboutWindow(); |
83 void ShowAboutWindow(); |