Poor whitespace on libd_fadeScreen + const variable that needs changed

This commit is contained in:
Sally Coolatta 2022-05-01 20:15:05 -04:00
parent ea30cfd8f8
commit 73a35d3280
1 changed files with 14 additions and 14 deletions

View File

@ -405,7 +405,7 @@ static int libd_drawOnMinimap(lua_State *L)
{
fixed_t x, y, scale; // coordinates of the object
patch_t *patch; // patch we want to draw
const UINT8 *colormap = NULL; // do we want to colormap this patch?
UINT8 *colormap = NULL; // do we want to colormap this patch?
boolean centered; // the patch is centered and doesn't need readjusting on x/y coordinates.
huddrawlist_h list;