(svn r9810) -Feature: Add drag and drop removal of station tiles (Wolf01)

This commit is contained in:
2007-05-07 17:10:30 +00:00
parent bc7d762196
commit e643aeaed2
3 changed files with 72 additions and 32 deletions

View File

@@ -75,6 +75,7 @@ enum { // max 32 - 4 = 28 types
GUI_PlaceProc_WaterArea = 3 << 4,
GUI_PlaceProc_ConvertRailArea = 4 << 4,
GUI_PlaceProc_RockyArea = 5 << 4,
GUI_PlaceProc_RemoveFromStation = 6 << 4,
};
/* misc_gui.cpp */