mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
Fixed bug due to options window calling update on WM_INVALIDATE
This commit is contained in:
@@ -460,6 +460,9 @@ static void window_options_dropdown()
|
||||
*/
|
||||
static void window_options_update(rct_window *w)
|
||||
{
|
||||
//Has use asm verison incase called by WM_INVALIDATE
|
||||
__asm mov w, esi
|
||||
|
||||
sint32 format_args = RCT2_GLOBAL(0x009AF280, sint32);
|
||||
|
||||
// sound devices
|
||||
|
||||
Reference in New Issue
Block a user