diff options
author | pixel <pixel> | 2003-12-10 02:59:31 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-12-10 02:59:31 +0000 |
commit | d0e8204e8917d189c7365c03af473e18766cc637 (patch) | |
tree | a2896044100aef68d9351eabf0067df9b98b16ce /lib/LuaHandle.cc | |
parent | 05bf1ebf8f3a120e4ebb4ac45230222c6717a518 (diff) |
LUALUALUALUALUALUALUALUALUA
Diffstat (limited to 'lib/LuaHandle.cc')
-rw-r--r-- | lib/LuaHandle.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/LuaHandle.cc b/lib/LuaHandle.cc index 373066f..5d558d1 100644 --- a/lib/LuaHandle.cc +++ b/lib/LuaHandle.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: LuaHandle.cc,v 1.7 2003-12-07 04:44:38 pixel Exp $ */ +/* $Id: LuaHandle.cc,v 1.8 2003-12-10 02:59:31 pixel Exp $ */ #include "LuaHandle.h"
@@ -476,7 +476,7 @@ int sLuaHandle::setz(lua_State * _L) { h->SetZ(z);
- return 1;
+ return 0;
}
int sLuaHandle::seek(lua_State * _L) {
|