General video code clean-up in the DOS port.
This commit is contained in:
@@ -181,7 +181,8 @@ void DrawSmoke (void)
|
||||
}
|
||||
else
|
||||
{
|
||||
vidbuffer [(y * SCRW) + x] = (pixel | pixel2);
|
||||
vidbuffer [(y * SCRW) + x] =
|
||||
(((pixel + pixel2) / 2) + 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user