From 329cabab4fe4b963c1b928740e0d9f38f7e63b01 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 19 Apr 2009 10:31:30 +0000 Subject: (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc.cpp') diff --git a/src/misc.cpp b/src/misc.cpp index ce527cb4b..d647f2e7e 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -59,7 +59,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date) AllocateMap(size_x, size_y); - SetObjectToPlace(SPR_CURSOR_ZZZ, PAL_NONE, VHM_NONE, WC_MAIN_WINDOW, 0); + SetObjectToPlace(SPR_CURSOR_ZZZ, PAL_NONE, HT_NONE, WC_MAIN_WINDOW, 0); _pause_game = 0; _fast_forward = 0; -- cgit v1.2.3-54-g00ecf