From f338a30a497138841e462fa6a45e6a7f52d8b52f Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 22 Dec 2004 00:08:01 +0000 Subject: DUUUUUUUUUuuuuuuuuuuuhh.... how was it working before?! --- lib/BLua.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/BLua.cc b/lib/BLua.cc index 5e046fd..5ec58e1 100644 --- a/lib/BLua.cc +++ b/lib/BLua.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.cc,v 1.24 2004-12-17 11:46:41 pixel Exp $ */ +/* $Id: BLua.cc,v 1.25 2004-12-22 00:08:01 pixel Exp $ */ #include "BLua.h" #include @@ -206,8 +206,8 @@ int LuaStatics::hex(lua_State * _L) { } Lua::Lua() : L(lua_open()) { - lua_atpanic(L, LuaStatics::luapanic); lualist[L] = this; + lua_atpanic(L, LuaStatics::luapanic); declarefunc("andB", LuaStatics::andB); declarefunc("orB", LuaStatics::orB); -- cgit v1.2.3