Fix compile error

This commit is contained in:
Jonas Kulla 2013-09-02 11:19:30 +02:00
parent d6df300341
commit ca42db7353
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ runRMXPScripts(mrb_state *mrb, mrbc_context *ctx)
if (!gState->fileSystem().exists(scriptPack.constData())) if (!gState->fileSystem().exists(scriptPack.constData()))
{ {
showError("Unable to open '" + scriptLoc + "'"); showError("Unable to open '" + scriptPack + "'");
return; return;
} }