mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- missed scores text to be translated
This commit is contained in:
parent
0036eb166d
commit
3d65ed06a3
@ -1458,15 +1458,15 @@ int ShowPauseMenu(PAUSEMODE mode)
|
||||
{
|
||||
gScoreEntered = 0;
|
||||
|
||||
sprintf(EnterScoreText, "Enter Score");
|
||||
sprintf(EnterNameText, "Enter Name:");
|
||||
sprintf(EnterScoreText, G_LTXT(GTXT_EnterScore));
|
||||
sprintf(EnterNameText, G_LTXT(GTXT_EnterName));
|
||||
}
|
||||
else
|
||||
{
|
||||
gScoreEntered = 1;
|
||||
|
||||
sprintf(EnterScoreText, "View Table");
|
||||
sprintf(EnterNameText, "High Scores");
|
||||
sprintf(EnterScoreText, G_LTXT(GTXT_ViewTable));
|
||||
sprintf(EnterNameText, G_LTXT(GTXT_HighScores));
|
||||
}
|
||||
|
||||
passed_mode = mode;
|
||||
|
Loading…
Reference in New Issue
Block a user