tweak error message

This commit is contained in:
BinarryCode 2024-11-23 08:25:05 -08:00 committed by Rachael Alexanderson
parent aec8691c06
commit bea4659c08
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -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)
{