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

@@ -981,7 +981,7 @@ NEWSYM abcdefg1, dd 0
NEWSYM abcdefg2, dd 0
NEWSYM abcdefg3, dd 0
NEWSYM SSKeyPressed, dd 0
NEWSYM SaveSPCKeyPressed, dd 0
NEWSYM SPCKeyPressed, dd 0
NEWSYM NoSoundReinit, dd 0
NEWSYM NextNGDisplay, db 0
NEWSYM TempVidInfo, dd 0
@@ -1257,7 +1257,7 @@ reexecuteb2:
jnz near loadstate
cmp byte[SSKeyPressed],1
je near showmenu
cmp byte[SaveSPCKeyPressed],1
cmp byte[SPCKeyPressed],1
je near showmenu
cmp byte[debugdisble],0
jne .nodebugger
@@ -2302,7 +2302,7 @@ NEWSYM exitloop
mov eax,[KeyQuickSaveSPC]
mov byte[pressed+eax],0
mov byte[SSKeyPressed],0
mov byte[SaveSPCKeyPressed],0
mov byte[SPCKeyPressed],0
jmp cpuover.returntoloop
.okay
mov byte[ExecExitOkay],5
@@ -2794,7 +2794,7 @@ NEWSYM cpuover
jz .nosavespckey
test byte[pressed+eax],1
jz .nosavespckey
mov byte[SaveSPCKeyPressed],1
mov byte[SPCKeyPressed],1
mov byte[pressed+eax],2
jmp exitloop
.nosavespckey

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