Changed variable name

This commit is contained in:
pagefault
2001-09-10 21:41:00 +00:00
parent 04e905de5b
commit 0110b89b13
2 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ EXTSYM spcon,vesa2_bpos,vesa2_clbit,vesa2_gpos,vesa2_rpos,vesa2selec
EXTSYM vidbuffer,spritetablea,sprlefttot,newengen,spcextraram,resolutn
EXTSYM Open_File,Close_File,Read_File,Write_File,Create_File,Get_Key,Get_Date
EXTSYM continueprognokeys,ForceNonTransp,GUIOn,Check_Key,JoyRead
EXTSYM GetScreen,SSKeyPressed,SaveSPCKeyPressed,StopSound,StartSound
EXTSYM GetScreen,SSKeyPressed,SPCKeyPressed,StopSound,StartSound
EXTSYM ExecExitOkay,t1cc
EXTSYM Clear2xSaIBuffer
EXTSYM romdata,romtype,ScreenShotFormat
@@ -158,7 +158,7 @@ NEWSYM showmenu
call savepcx
jmp .nopalwrite
.nosskey
cmp byte[SaveSPCKeyPressed],1
cmp byte[SPCKeyPressed],1
je near .savespckey
test byte[pressed+14],1
jz .nof12
@@ -383,9 +383,9 @@ NEWSYM showmenu
mov eax,[MsgCount]
mov [MessageOn],eax
.nosnddmp
cmp byte[SaveSPCKeyPressed],1
cmp byte[SPCKeyPressed],1
jne .exitloop
mov byte[SaveSPCKeyPressed],0
mov byte[SPCKeyPressed],0
jmp .nopalwrite
.exitloop
call GUIUnBuffer