Small fix

This commit is contained in:
pagefault
2001-09-20 03:49:40 +00:00
parent 56f95c2c86
commit 708e453b3d

View File

@@ -2080,7 +2080,7 @@ void drawscreenwin(void)
switch (BitDepth)
{
case 16:
if (FPUCopy){
if (FPUCopy == 2) {
_asm {
push es
mov ax,ds
@@ -2208,7 +2208,7 @@ void drawscreenwin(void)
switch (BitDepth)
{
case 16:
if (FPUCopy){
if (FPUCopy == 2) {
_asm {
push es
mov ax,ds