From 162ffd7fba9d4e79a29f65686f3efbebaee9cee8 Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Thu, 31 May 2018 22:52:08 +0200 Subject: Fix isNan on setYaw Lua call (#7380) * Fix isNan on setYaw Lua call --- src/script/lua_api/l_util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/script/lua_api/l_util.h') diff --git a/src/script/lua_api/l_util.h b/src/script/lua_api/l_util.h index 4392a4339..5697aab15 100644 --- a/src/script/lua_api/l_util.h +++ b/src/script/lua_api/l_util.h @@ -65,6 +65,9 @@ private: // is_yes(arg) static int l_is_yes(lua_State *L); + // is_nan(arg) + static int l_is_nan(lua_State *L); + // get_builtin_path() static int l_get_builtin_path(lua_State *L); -- cgit v1.2.3