aboutsummaryrefslogtreecommitdiffstats
path: root/Lua
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-12 16:56:04 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-12 16:56:04 +0000
commitd01178ee3ae797e07894434cbdeaae9e206e4d3b (patch)
tree1478e545a53ad79dc41217d365b1a006f506ef48 /Lua
parenta29406a0185dc125144f22a3d45ae3d08a9ecd14 (diff)
downloadusdx-d01178ee3ae797e07894434cbdeaae9e206e4d3b.tar.gz
usdx-d01178ee3ae797e07894434cbdeaae9e206e4d3b.tar.xz
usdx-d01178ee3ae797e07894434cbdeaae9e206e4d3b.zip
removed to-do I forgot to remove in last commit
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2022 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Lua')
-rw-r--r--Lua/src/lua/ULuaCore.pas3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lua/src/lua/ULuaCore.pas b/Lua/src/lua/ULuaCore.pas
index 99dd8872..9b2e08c6 100644
--- a/Lua/src/lua/ULuaCore.pas
+++ b/Lua/src/lua/ULuaCore.pas
@@ -727,9 +727,6 @@ begin
//we don't expect
lua_atPanic(State, TLua_CustomPanic);
- // to-do : fix this
- // it may solve the problem if we read the file
- // and pass lua the text }
if (LuaL_LoadFile(State, PChar(Filename.ToNative)) = 0) then
begin // file loaded successful
{ note: we run the file here, but the environment isn't