diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-09 07:20:59 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-09 07:20:59 +0100 |
commit | 60a8d1a8916487cb83c35bbb19f16ac42f48eb84 (patch) | |
tree | 0c0e2ef2d8bc01ef0038aa7985e0c49a7ecc7ac1 /src/lua-interface.cpp | |
parent | 4c239ae7dbd4043935dba1c8adc2a2ac397b9d40 (diff) |
Forgot one reference to compile.
Diffstat (limited to 'src/lua-interface.cpp')
-rw-r--r-- | src/lua-interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua-interface.cpp b/src/lua-interface.cpp index 9bf0e91..5b9ad5e 100644 --- a/src/lua-interface.cpp +++ b/src/lua-interface.cpp @@ -969,7 +969,7 @@ virtual int startup() throw (GeneralException) { /* Loading all the scripts */ while (optind < argc) { todo = true; - L->load(&Input(argv[optind++]), !compile); + L->load(&Input(argv[optind++])); } if (!todo) { |