mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
Fix animsounds error message. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5596 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b53767000b
commit
6e30845fc7
1 changed files with 1 additions and 1 deletions
|
@ -9660,7 +9660,7 @@ static int32_t parsedefinitions_game(scriptfile *script, int32_t preload)
|
||||||
|
|
||||||
if (!anim)
|
if (!anim)
|
||||||
{
|
{
|
||||||
initprintf("Error: expected a hardcoded anim file name (sans extension) on line %s:%d\n",
|
initprintf("Error: expected animation filename on line %s:%d\n",
|
||||||
script->filename, scriptfile_getlinum(script, otokptr));
|
script->filename, scriptfile_getlinum(script, otokptr));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue