From c6140e20b33daa7fe71cf5898812f6e69b1de377 Mon Sep 17 00:00:00 2001 From: JugadorXEI <eugeniom9@gmail.com> Date: Thu, 1 May 2025 01:47:34 +0200 Subject: [PATCH] Add #undef RNOSET and remove #undef RUNIMPLEMENTED in lua_waypointslib.c --- src/lua_waypointslib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua_waypointslib.c b/src/lua_waypointslib.c index 0af89b8e0..3855a6f5a 100644 --- a/src/lua_waypointslib.c +++ b/src/lua_waypointslib.c @@ -154,8 +154,8 @@ static int waypoint_set(lua_State *L) return 0; } +#undef RNOSET #undef RNOFIELD -#undef RUNIMPLEMENTED static int waypoint_num(lua_State *L) { -- GitLab