diff options
Diffstat (limited to 'engines/sword25/util/lua/ltm.cpp')
-rw-r--r-- | engines/sword25/util/lua/ltm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sword25/util/lua/ltm.cpp b/engines/sword25/util/lua/ltm.cpp index 02856a58fc..60ca76689a 100644 --- a/engines/sword25/util/lua/ltm.cpp +++ b/engines/sword25/util/lua/ltm.cpp @@ -72,4 +72,3 @@ const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { } return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject); } - |