fix compile error

This commit is contained in:
ddevrien 2014-05-15 13:13:58 +02:00
parent 134391a120
commit 962ee0f98f
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ static void window_map_paint()
}
if ((RCT2_GLOBAL(RCT2_ADDRESS_TOOL_WINDOWCLASS, uint8) != WC_MAP) &&
(RCT2_GLOBAL(RCT2_ADDRESS_TOOL_WIDGETINDEX, uint8) != WIDX_BUY_LAND))
(RCT2_GLOBAL(RCT2_ADDRESS_TOOL_WIDGETINDEX, uint8) != WIDX_SET_LAND_RIGHTS))
return;
}