From 0eb00a52291da9284df4a5ac26c9dde1adb28391 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 2 Oct 2001 02:46:41 +0000 Subject: [PATCH] Compile fix --- zsnes/src/gui/guimouse.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/gui/guimouse.inc b/zsnes/src/gui/guimouse.inc index 5cc9ee42..91968a88 100644 --- a/zsnes/src/gui/guimouse.inc +++ b/zsnes/src/gui/guimouse.inc @@ -1229,12 +1229,12 @@ GUIWinClicked: %%done mov al,%3 mov %4,al + call ClearScreen +%ifdef __MSDOS__ cmp byte[En2xSaI],0 jne %%nomodeq - call ClearScreen ; cmp byte[OSPort],2 ; jae %%nomodeq -%ifdef __MSDOS__ cmp byte[cvidmode],2 jne %%nomodeq jmp %%refresh