- fixed a few bad or missing string labels.

This commit is contained in:
Christoph Oelckers 2020-01-13 18:05:43 +01:00
parent 3e3477c414
commit 45a93fc57e
1 changed files with 3 additions and 3 deletions

View File

@ -2712,14 +2712,14 @@ void G_BonusScreenRRRA(int32_t bonusonly)
if (lastmapname) if (lastmapname)
menutext(80, 16, lastmapname); menutext(80, 16, lastmapname);
menutext(15, 192, GStrings("TXT_PRESSKEY")); menutext(15, 192, GStrings("PRESSKEY"));
const int yystep = 16; const int yystep = 16;
if (totalclock > (60*3)) if (totalclock > (60*3))
{ {
yy = zz = 48; yy = zz = 48;
menutext(30, yy, "Yer Time:"); menutext(30, yy, GStrings("TXT_YERTIME"));
yy+= yystep; yy+= yystep;
if (!(ud.volume_number == 0 && ud.last_level-1 == 7 && boardfilename[0])) if (!(ud.volume_number == 0 && ud.last_level-1 == 7 && boardfilename[0]))
@ -2762,7 +2762,7 @@ void G_BonusScreenRRRA(int32_t bonusonly)
// menutext(191 + 30 + (clockpad*24), yy, "New record!"); // menutext(191 + 30 + (clockpad*24), yy, "New record!");
} }
else else
menutext(191, yy, "Cheated!"); menutext(191, yy, GStrings("TXT_Cheated"));
yy+=yystep; yy+=yystep;
if (!(ud.volume_number == 0 && ud.last_level-1 == 7 && boardfilename[0])) if (!(ud.volume_number == 0 && ud.last_level-1 == 7 && boardfilename[0]))