mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 12:30:40 +00:00
- corrected error messages.
This commit is contained in:
parent
ad0bff921b
commit
8de7aa5975
1 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ static void S_AddSNDINFO (int lump)
|
|||
}
|
||||
else
|
||||
{
|
||||
sc.ScriptMessage("'dukepitchrange' is not available in current game and will be ignored");
|
||||
sc.ScriptMessage("'$dukepitchrange' is not available in the current game and will be ignored");
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -360,7 +360,7 @@ static void S_AddSNDINFO (int lump)
|
|||
}
|
||||
else
|
||||
{
|
||||
sc.ScriptMessage("'dukeflags' is not available in current game and will be ignored");
|
||||
sc.ScriptMessage("'$dukeflags' is not available in the current game and will be ignored");
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue