From d01178ee3ae797e07894434cbdeaae9e206e4d3b Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sat, 12 Dec 2009 16:56:04 +0000 Subject: 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 --- Lua/src/lua/ULuaCore.pas | 3 --- 1 file changed, 3 deletions(-) (limited to 'Lua') 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 -- cgit v1.2.3