(svn r1354) Use WindowClass/WindowNumber to store/pass window class/number, not some arbitrary data types

This commit is contained in:
tron
2005-01-03 21:29:59 +00:00
parent 52c87a0330
commit d922ca68e7
3 changed files with 4 additions and 4 deletions

View File

@@ -86,9 +86,9 @@ typedef struct TileHighlightData {
byte next_drawstyle;
byte place_mode;
byte window_class;
bool make_square_red;
uint16 window_number;
WindowClass window_class;
WindowNumber window_number;
int userdata;
TileIndex redsq;