General video code clean-up in the DOS port.

This commit is contained in:
stainless
2001-11-14 15:43:16 +00:00
parent a0d8e5bca9
commit d255e4f041
2 changed files with 206 additions and 255 deletions

View File

@@ -181,7 +181,8 @@ void DrawSmoke (void)
}
else
{
vidbuffer [(y * SCRW) + x] = (pixel | pixel2);
vidbuffer [(y * SCRW) + x] =
(((pixel + pixel2) / 2) + 1);
}
}
}