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