mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Fixed typo in status bar function name
https://mantis.zdoom.org/view.php?id=519
This commit is contained in:
parent
bb9cd1b159
commit
1033976158
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ class BaseStatusBar native ui
|
|||
//
|
||||
//============================================================================
|
||||
|
||||
bool CheckDiplayName(String displayname)
|
||||
bool CheckDisplayName(String displayname)
|
||||
{
|
||||
if (CPlayer == null) return false;
|
||||
return displayname == PlayerPawn.GetPrintableDisplayName(CPlayer.mo.GetClass());
|
||||
|
|
Loading…
Reference in a new issue