- fixed: DECORATE was creating a new global constant namespace for each single included file, not just once per DECORATE lump.

This commit is contained in:
Christoph Oelckers 2017-01-27 10:50:35 +01:00
commit 15b95cc023
2 changed files with 5 additions and 5 deletions

View file

@ -63,7 +63,7 @@ static bool R_InstallSpriteLump (FTextureID lump, unsigned frame, char rot, bool
if (frame >= MAX_SPRITE_FRAMES || rotation > 16)
{
Printf (TEXTCOLOR_RED"R_InstallSpriteLump: Bad frame characters in lump %s\n", TexMan[lump]->Name.GetChars());
Printf (TEXTCOLOR_RED "R_InstallSpriteLump: Bad frame characters in lump %s\n", TexMan[lump]->Name.GetChars());
return false;
}