mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-07 15:31:02 +00:00
Merge branch 'maint'
This commit is contained in:
commit
5bb4b558a4
2 changed files with 1 additions and 6 deletions
|
@ -42,11 +42,6 @@
|
||||||
|
|
||||||
extern FStringTable GStrings;
|
extern FStringTable GStrings;
|
||||||
|
|
||||||
// QuitGame messages
|
|
||||||
#define NUM_QUITDOOMMESSAGES 14
|
|
||||||
#define NUM_QUITSTRIFEMESSAGES 8
|
|
||||||
#define NUM_QUITCHEXMESSAGES 7
|
|
||||||
|
|
||||||
extern const char *endmsg[];
|
extern const char *endmsg[];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -828,7 +828,7 @@ void R_RenderFakeWallRange (drawseg_t *ds, int x1, int x2)
|
||||||
{
|
{
|
||||||
if (sclipTop <= backsector->e->XFloor.lightlist[j].plane.Zat0())
|
if (sclipTop <= backsector->e->XFloor.lightlist[j].plane.Zat0())
|
||||||
{
|
{
|
||||||
lightlist_t *lit = &backsector->e->XFloor.lightlist[i];
|
lightlist_t *lit = &backsector->e->XFloor.lightlist[j];
|
||||||
basecolormap = lit->extra_colormap;
|
basecolormap = lit->extra_colormap;
|
||||||
wallshade = LIGHT2SHADE(curline->sidedef->GetLightLevel(foggy, *lit->p_lightlevel, lit->lightsource == NULL) + r_actualextralight);
|
wallshade = LIGHT2SHADE(curline->sidedef->GetLightLevel(foggy, *lit->p_lightlevel, lit->lightsource == NULL) + r_actualextralight);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue