Fixed another possible crash when loading games
This commit is contained in:
@@ -984,20 +984,11 @@ NEWSYM Output_Text ; Output character (ah=02h) or string (ah=09h)
|
||||
popad
|
||||
ret
|
||||
|
||||
|
||||
NEWSYM TempBlah, dd 0
|
||||
|
||||
NEWSYM InitPreGame ; Executes before starting/continuing a game
|
||||
mov byte[pressed+1],2
|
||||
pushad
|
||||
call Start60HZ
|
||||
popad
|
||||
mov dword[TempBlah],1
|
||||
pushad
|
||||
call initwinvideo
|
||||
popad
|
||||
mov dword[TempBlah],0
|
||||
|
||||
mov byte[RaisePitch],1
|
||||
pushad
|
||||
call AdjustFrequency
|
||||
|
||||
Reference in New Issue
Block a user