diff options
Diffstat (limited to 'src/ai/ai_info_dummy.cpp')
-rw-r--r-- | src/ai/ai_info_dummy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_info_dummy.cpp b/src/ai/ai_info_dummy.cpp index 08307ca7c..f38832310 100644 --- a/src/ai/ai_info_dummy.cpp +++ b/src/ai/ai_info_dummy.cpp @@ -94,7 +94,7 @@ void AI_CreateAIDummy(HSQUIRRELVM vm) /* 3) We translate the error message in the character format that Squirrel wants. * We can use the fact that the wchar string printing also uses %s to print * old style char strings, which is what was generated during the script generation. */ - const SQChar *sq_dummy_script = OTTD2FS(dummy_script); + const SQChar *sq_dummy_script = OTTD2SQ(dummy_script); /* And finally we load and run the script */ sq_pushroottable(vm); |