From 332c1c59eb5325c466f3e76dc4525ebf06380a6d Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 13 Jan 2014 17:25:16 +0100 Subject: cCreeper is no longer available in API. Has been replaced by cMonster. --- src/Bindings/LuaState.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/Bindings/LuaState.cpp') diff --git a/src/Bindings/LuaState.cpp b/src/Bindings/LuaState.cpp index 149c304ed..00e62fcf6 100644 --- a/src/Bindings/LuaState.cpp +++ b/src/Bindings/LuaState.cpp @@ -632,18 +632,6 @@ void cLuaState::Push(cTNTEntity * a_TNTEntity) -void cLuaState::Push(cCreeper * a_Creeper) -{ - ASSERT(IsValid()); - - tolua_pushusertype(m_LuaState, a_Creeper, "cCreeper"); - m_NumCurrentFunctionArgs += 1; -} - - - - - void cLuaState::Push(Vector3i * a_Vector) { ASSERT(IsValid()); -- cgit v1.2.3