- More GAMENAME replacements in strings.

These changes will change only some displayed messages.
This commit is contained in:
Edoardo Prezioso 2015-04-09 21:16:59 +02:00
commit 0c5d55d0a3
8 changed files with 15 additions and 18 deletions

View file

@ -1502,7 +1502,7 @@ void DBaseStatusBar::DrawTopStuff (EHudState state)
{
screen->DrawText (SmallFont, CR_TAN, 0, ST_Y - 40 * CleanYfac,
"Demo was recorded with a different version\n"
"of ZDoom. Expect it to go out of sync.",
"of " GAMENAME ". Expect it to go out of sync.",
DTA_CleanNoMove, true, TAG_DONE);
}