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) switch (BitDepth)
{ {
case 16: case 16:
if (FPUCopy){ if (FPUCopy == 2) {
_asm { _asm {
push es push es
mov ax,ds mov ax,ds
@@ -2208,7 +2208,7 @@ void drawscreenwin(void)
switch (BitDepth) switch (BitDepth)
{ {
case 16: case 16:
if (FPUCopy){ if (FPUCopy == 2) {
_asm { _asm {
push es push es
mov ax,ds mov ax,ds