Fixed FPS at start bug when auto framerate is not enabled
This commit is contained in:
@@ -926,8 +926,11 @@ NEWSYM GUIRestoreVars
|
||||
mov [smallscreenon],al
|
||||
mov al,[GUIScreenScale]
|
||||
mov [ScreenScale],al
|
||||
cmp byte[newengen],1
|
||||
jne .nofpsatstart
|
||||
mov al,[FPSAtStart]
|
||||
mov [FPSOn],al
|
||||
.nofpsatstart
|
||||
call CalcChecksum
|
||||
cmp byte[TimeChecker],bl
|
||||
jne .nottimer
|
||||
|
||||
Reference in New Issue
Block a user