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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user