Black and White code change

This commit is contained in:
pagefault
2001-06-20 16:42:44 +00:00
parent dc1a55f92e
commit efb5930c21

View File

@@ -695,10 +695,7 @@ void initwinvideo(void)
{
DWORD newmode = 0;
if (BlackAndWhite == 1)
V8Mode = 1;
else
V8Mode = 0;
V8Mode = (BlackAndWhite == 1);
if (CurMode != cvidmode)
{