From c322f7e3d6e1a4eb1a7136783514f590ed762020 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Tue, 18 Jun 2019 16:16:13 +0530 Subject: HDB: Complete the cineResetCamera stub --- engines/hdb/lua-script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/hdb/lua-script.cpp b/engines/hdb/lua-script.cpp index 2db3b0241e..4be88fad32 100644 --- a/engines/hdb/lua-script.cpp +++ b/engines/hdb/lua-script.cpp @@ -135,7 +135,7 @@ static int cineSetCamera(lua_State *L) { } static int cineResetCamera(lua_State *L) { - warning("STUB: CINE RESET CAMERA"); + g_hdb->_ai->cineResetCamera(); return 0; } -- cgit v1.2.3