From 8ecf42b357bb88ac669741494c95e58245a02971 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Tue, 5 Mar 2002 02:43:28 +0000 Subject: [PATCH] Fix a strange bug on windows/dos... not sure if this is the proper fix --- zsnes/src/gui/menu.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/gui/menu.asm b/zsnes/src/gui/menu.asm index 230d68f0..2265f6e1 100644 --- a/zsnes/src/gui/menu.asm +++ b/zsnes/src/gui/menu.asm @@ -1075,7 +1075,7 @@ NEWSYM savepcx .notpng mov byte[pressed+1],0 - mov byte[pressed+59],2 + mov byte[pressed+59],0 cmp byte[cbitmode],1 je near .save16b mov edi,pcxheader