mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
- fixed typo in string label.
This commit is contained in:
parent
47ba169150
commit
6a06f6aef4
1 changed files with 1 additions and 1 deletions
|
@ -6483,7 +6483,7 @@ DoPlayerBeginDie(PLAYERp pp)
|
||||||
{
|
{
|
||||||
bak = GlobInfoStringTime;
|
bak = GlobInfoStringTime;
|
||||||
GlobInfoStringTime = 999;
|
GlobInfoStringTime = 999;
|
||||||
PutStringInfo(pp, GStrings("TXT_PRESSSPACE"));
|
PutStringInfo(pp, GStrings("TXTS_PRESSSPACE"));
|
||||||
GlobInfoStringTime = bak;
|
GlobInfoStringTime = bak;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue