]> git.r.bdr.sh - rbdr/pico-engine/blobdiff - LuaDebugger.cpp
Update project so it compiles
[rbdr/pico-engine] / LuaDebugger.cpp
index 18f39092950c09875f4404510b7a8e49002d3260..5e363f1b5ab66c13b7febe851e2f0f4c475de9c1 100644 (file)
@@ -64,7 +64,6 @@ static void LuaHook (lua_State *lua, lua_Debug *ar)
       LuaHookCall (lua);\r
       break;\r
    case LUA_HOOKRET:\r
-   case LUA_HOOKTAILRET:\r
       LuaHookRet (lua);\r
       break;\r
    case LUA_HOOKLINE:\r
@@ -119,4 +118,4 @@ void CLuaDebugger::ErrorRun (int iErrorCode)
    // Get the error string that appears on top of stack when a function\r
    // fails to run\r
    printf ("Error: %s\n", lua_tostring ((lua_State *) m_vm, -1));\r
-}
\ No newline at end of file
+}\r