mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +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;
|
||||
|
||||
// QuitGame messages
|
||||
#define NUM_QUITDOOMMESSAGES 14
|
||||
#define NUM_QUITSTRIFEMESSAGES 8
|
||||
#define NUM_QUITCHEXMESSAGES 7
|
||||
|
||||
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())
|
||||
{
|
||||
lightlist_t *lit = &backsector->e->XFloor.lightlist[i];
|
||||
lightlist_t *lit = &backsector->e->XFloor.lightlist[j];
|
||||
basecolormap = lit->extra_colormap;
|
||||
wallshade = LIGHT2SHADE(curline->sidedef->GetLightLevel(foggy, *lit->p_lightlevel, lit->lightsource == NULL) + r_actualextralight);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue