- better error message

This commit is contained in:
Christoph Oelckers 2020-09-22 08:49:03 +02:00
parent 880b811e0d
commit ec0e2be607

View file

@ -3196,7 +3196,7 @@ static int32_t defsparser(scriptfile *script)
default: default:
pos.Message(MSG_ERROR, "Unknown token."); break; pos.Message(MSG_ERROR, "%s: Unknown token.", script->String); break;
} }
} }