Fixed another possible crash when loading games

This commit is contained in:
pagefault
2001-06-26 15:41:27 +00:00
parent 5e6660dba1
commit a962e8604e

View File

@@ -984,20 +984,11 @@ NEWSYM Output_Text ; Output character (ah=02h) or string (ah=09h)
popad popad
ret ret
NEWSYM TempBlah, dd 0
NEWSYM InitPreGame ; Executes before starting/continuing a game NEWSYM InitPreGame ; Executes before starting/continuing a game
mov byte[pressed+1],2 mov byte[pressed+1],2
pushad pushad
call Start60HZ call Start60HZ
popad popad
mov dword[TempBlah],1
pushad
call initwinvideo
popad
mov dword[TempBlah],0
mov byte[RaisePitch],1 mov byte[RaisePitch],1
pushad pushad
call AdjustFrequency call AdjustFrequency