mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- better error message
This commit is contained in:
parent
880b811e0d
commit
ec0e2be607
1 changed files with 1 additions and 1 deletions
|
@ -3196,7 +3196,7 @@ static int32_t defsparser(scriptfile *script)
|
|||
|
||||
|
||||
default:
|
||||
pos.Message(MSG_ERROR, "Unknown token."); break;
|
||||
pos.Message(MSG_ERROR, "%s: Unknown token.", script->String); break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue