mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +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;
|
||||
GlobInfoStringTime = 999;
|
||||
PutStringInfo(pp, GStrings("TXT_PRESSSPACE"));
|
||||
PutStringInfo(pp, GStrings("TXTS_PRESSSPACE"));
|
||||
GlobInfoStringTime = bak;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue