mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-04 01:41:42 +00:00
tweak error message
This commit is contained in:
parent
0056e1857c
commit
9ba831907f
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ void SBarInfo::ParseSBarInfo(int lump)
|
|||
}
|
||||
else if (this->huds[barNum] == NULL)
|
||||
{
|
||||
sc.ScriptError( "AppendStatusBar can't be used on a HUD that doesn't exist yet." );
|
||||
sc.ScriptError("Status bar '%s' has not been created and cannot be appended to. Use 'StatusBar' instead.", StatusBars[barNum]);
|
||||
}
|
||||
if(barNum == STBAR_AUTOMAP)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue