Localized “FIND HELP” in Strife

The very first quest log that appears in Strife, “FIND HELP”, is located in a source file. This moves it to the language files.
This commit is contained in:
Nemrtvi 2019-02-02 09:08:33 +01:00 committed by Christoph Oelckers
parent 695eced81a
commit fa53ae21e6
2 changed files with 3 additions and 1 deletions

View file

@ -471,7 +471,7 @@ void G_InitNew (const char *mapname, bool bTitleLevel)
for (i = 0; i < MAXPLAYERS; ++i)
{
if (playeringame[i])
players[i].SetLogText ("Find help");
players[i].SetLogText ("$TXT_FINDHELP");
}
}

View file

@ -1464,6 +1464,8 @@ TXT_DOES_NOT_WORK = "That doesn't seem to work";
// Strife Quest messages
TXT_FINDHELP = "FIND HELP";
TXT_QUEST_14 = "You've Blown Up the Crystal";
TXT_QUEST_16 = "You've Blown Up the Gates";
TXT_QUEST_27 = "You've Blown Up the Computer";