diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index b470e59f6..7cd0fb2cb 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -9660,7 +9660,7 @@ static int32_t parsedefinitions_game(scriptfile *script, int32_t preload) 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)); break; }