diff options
Diffstat (limited to '')
-rw-r--r-- | tests/LuaThreadStress/Stubs.cpp | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/LuaThreadStress/Stubs.cpp b/tests/LuaThreadStress/Stubs.cpp index fe2687ef4..4b347b895 100644 --- a/tests/LuaThreadStress/Stubs.cpp +++ b/tests/LuaThreadStress/Stubs.cpp @@ -86,16 +86,9 @@ extern "C" int luaopen_lxp(lua_State * a_LuaState) -cBlockInfo::cBlockInfo() -{ -} - - - - - -cBlockInfo::cBlockInfoArray::cBlockInfoArray() +bool cBlockInfo::IsSolid(BLOCKTYPE) { + return false; } |