(svn r9900) -Codechange: Separate the variables for how to highlight a land area and what to do with it afterwards.

This commit is contained in:
maedhros
2007-05-23 12:45:56 +00:00
parent c35b459d02
commit 1a9d43ff40
11 changed files with 133 additions and 114 deletions

View File

@@ -135,7 +135,8 @@ struct WindowEvent {
Point pt;
TileIndex tile;
TileIndex starttile;
int userdata;
byte select_method;
byte select_proc;
} place;
struct {