diff src/toolbar_gui.cpp @ 11702:cdaad565efe5 draft

(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing
author rubidium <rubidium@openttd.org>
date Sun, 19 Apr 2009 10:31:30 +0000 (2009-04-19)
parents 420a4f0b4e0b
children a39da1e4c1f5
line wrap: on
line diff
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -238,7 +238,7 @@
 	if (_cursor.sprite == SPR_CURSOR_SIGN) {
 		ResetObjectToPlace();
 	} else {
-		SetObjectToPlace(SPR_CURSOR_SIGN, PAL_NONE, VHM_RECT, WC_MAIN_TOOLBAR, 0);
+		SetObjectToPlace(SPR_CURSOR_SIGN, PAL_NONE, HT_RECT, WC_MAIN_TOOLBAR, 0);
 		_place_proc = PlaceProc_Sign;
 	}
 }