Fixed a frameskipping bug in the dos port

This commit is contained in:
pagefault
2004-05-30 23:12:20 +00:00
parent 90c11c6a60
commit 1accd84e36

View File

@@ -419,7 +419,7 @@ ScreenShow:
cmp byte[cvidmode],18 cmp byte[cvidmode],18
je near copyvesa2800x600x16b je near copyvesa2800x600x16b
cmp byte[curblank],40h cmp byte[curblank],40h
je .startcopy jne .startcopy
inc byte[curfps2] inc byte[curfps2]
; call sounddisplay ; call sounddisplay
call hextestoutput call hextestoutput