From ca5c578d0f51724d9c4e5b1101b81b442c049341 Mon Sep 17 00:00:00 2001 From: maedhros Date: Wed, 23 May 2007 12:45:56 +0000 Subject: (svn r9900) -Codechange: Separate the variables for how to highlight a land area and what to do with it afterwards. --- src/window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index 0f59be1b6..b33990420 100644 --- a/src/window.h +++ b/src/window.h @@ -135,7 +135,8 @@ struct WindowEvent { Point pt; TileIndex tile; TileIndex starttile; - int userdata; + byte select_method; + byte select_proc; } place; struct { -- cgit v1.2.3-54-g00ecf