mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 07:57:51 +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;
|
if (CPlayer == null) return false;
|
||||||
return displayname == PlayerPawn.GetPrintableDisplayName(CPlayer.mo.GetClass());
|
return displayname == PlayerPawn.GetPrintableDisplayName(CPlayer.mo.GetClass());
|
||||||
|
|
Loading…
Reference in a new issue