Skip to content

Commit

Permalink
- corrected error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jan 15, 2023
1 parent ad0bff9 commit 8de7aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/core/music/s_advsound.cpp
Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 8de7aa5

Please sign in to comment.