mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Removed unused variable
This commit is contained in:
parent
bd35d1d39f
commit
8fceb60532
1 changed files with 0 additions and 3 deletions
|
@ -74,7 +74,6 @@ namespace swrenderer
|
||||||
{
|
{
|
||||||
int dc_pitch;
|
int dc_pitch;
|
||||||
lighttable_t *dc_colormap;
|
lighttable_t *dc_colormap;
|
||||||
FSWColormap *dc_fcolormap;
|
|
||||||
ShadeConstants dc_shade_constants;
|
ShadeConstants dc_shade_constants;
|
||||||
fixed_t dc_light;
|
fixed_t dc_light;
|
||||||
int dc_x;
|
int dc_x;
|
||||||
|
@ -292,7 +291,6 @@ namespace swrenderer
|
||||||
|
|
||||||
if (r_swtruecolor)
|
if (r_swtruecolor)
|
||||||
{
|
{
|
||||||
dc_fcolormap = nullptr;
|
|
||||||
dc_colormap = nullptr;
|
dc_colormap = nullptr;
|
||||||
dc_translation = translation;
|
dc_translation = translation;
|
||||||
dc_shade_constants.light_red = 256;
|
dc_shade_constants.light_red = 256;
|
||||||
|
@ -309,7 +307,6 @@ namespace swrenderer
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
dc_fcolormap = nullptr;
|
|
||||||
dc_colormap = translation;
|
dc_colormap = translation;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue