- fixed typo in string label.

This commit is contained in:
Christoph Oelckers 2020-01-22 13:41:55 +01:00
parent 47ba169150
commit 6a06f6aef4

View file

@ -6483,7 +6483,7 @@ DoPlayerBeginDie(PLAYERp pp)
{
bak = GlobInfoStringTime;
GlobInfoStringTime = 999;
PutStringInfo(pp, GStrings("TXT_PRESSSPACE"));
PutStringInfo(pp, GStrings("TXTS_PRESSSPACE"));
GlobInfoStringTime = bak;
}