mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
752f44502c
6 changed files with 5 additions and 9 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;
|
||||
|
|
|
@ -20,6 +20,7 @@ ACTOR AlienSpectre1 : SpectralMonster 129
|
|||
PainSound "alienspectre/pain"
|
||||
DeathSound "alienspectre/death"
|
||||
ActiveSound "alienspectre/active"
|
||||
Obituary "$OB_ALIENSPECTRE"
|
||||
+NOGRAVITY
|
||||
+FLOAT
|
||||
+SHADOW
|
||||
|
|
|
@ -736,7 +736,7 @@ OB_MACIL = "%o should have never rebelled against Macil.";
|
|||
OB_REBEL = "%o was gunned down by a Rebel.";
|
||||
OB_BEGGAR = "%o was beaten to death by the poor.";
|
||||
OB_PEASANT = "%o should have never picked a fight with a civilian.";
|
||||
OB_ALIENSPECTE = "%o was struck down by the Spectre.";
|
||||
OB_ALIENSPECTRE = "%o was struck down by the Spectre.";
|
||||
OB_ENTITY = "%o felt the wrath of The One God.";
|
||||
OB_LOREMASTER = "%o couldn't escape from the Lore Master's grasp.";
|
||||
OB_PROGRAMMER = "%o was deleted by the Programmer.";
|
||||
|
|
|
@ -779,7 +779,7 @@ OB_MACIL = "%o n'aurait jamais du se rebelle contre Macil.";
|
|||
OB_REBEL = "%o a ete abbatu par un Rebel.";
|
||||
OB_BEGGAR = "%o a ete battu a mort par un pauvre.";
|
||||
OB_PEASANT = "%o n'aurait jamais du chercher la bagarre a un civil.";
|
||||
OB_ALIENSPECTE = "%o a ete terrasse par le Spectre.";
|
||||
OB_ALIENSPECTRE = "%o a ete terrasse par le Spectre.";
|
||||
OB_ENTITY = "%o a senti le courroux du dieu unique.";
|
||||
OB_LOREMASTER = "%o n'a pu echapper a l'emprise du Maitre des Traditions.";
|
||||
OB_PROGRAMMER = "%o a ete efface par le Programmer.";
|
||||
|
|
|
@ -712,7 +712,7 @@ OB_MACIL = "%o should have never rebelled against Macil.";
|
|||
OB_REBEL = "%o was gunned down by a Rebel.";
|
||||
OB_BEGGAR = "%o was beaten to death by the poor.";
|
||||
OB_PEASANT = "%o should have never picked a fight with a civilian.";
|
||||
OB_ALIENSPECTE = "%o was struck down by the Spectre.";
|
||||
OB_ALIENSPECTRE = "%o was struck down by the Spectre.";
|
||||
OB_ENTITY = "%o felt the wrath of The One God.";
|
||||
OB_LOREMASTER = "%o couldn't escape from the Lore Master's grasp.";
|
||||
OB_PROGRAMMER = "%o was deleted by the Programmer.";
|
||||
|
|
Loading…
Reference in a new issue