mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
- fixed a few bad or missing string labels.
This commit is contained in:
parent
3e3477c414
commit
45a93fc57e
1 changed files with 3 additions and 3 deletions
|
@ -2712,14 +2712,14 @@ void G_BonusScreenRRRA(int32_t bonusonly)
|
|||
if (lastmapname)
|
||||
menutext(80, 16, lastmapname);
|
||||
|
||||
menutext(15, 192, GStrings("TXT_PRESSKEY"));
|
||||
menutext(15, 192, GStrings("PRESSKEY"));
|
||||
|
||||
const int yystep = 16;
|
||||
if (totalclock > (60*3))
|
||||
{
|
||||
yy = zz = 48;
|
||||
|
||||
menutext(30, yy, "Yer Time:");
|
||||
menutext(30, yy, GStrings("TXT_YERTIME"));
|
||||
|
||||
yy+= yystep;
|
||||
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!");
|
||||
}
|
||||
else
|
||||
menutext(191, yy, "Cheated!");
|
||||
menutext(191, yy, GStrings("TXT_Cheated"));
|
||||
yy+=yystep;
|
||||
|
||||
if (!(ud.volume_number == 0 && ud.last_level-1 == 7 && boardfilename[0]))
|
||||
|
|
Loading…
Reference in a new issue