aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-23 17:43:26 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-23 17:43:26 +0200
commit3be94c4282bbe77895e952afb12a81e55c2a4391 (patch)
tree29f18dc65a457aa5d5e63f04a2c8ae0f913a7cd9 /src/universe.cpp
parentbf4114ca8b869054a14374d8493d7024b7d75afb (diff)
downloadlanes-3be94c4282bbe77895e952afb12a81e55c2a4391.tar.gz
lanes-3be94c4282bbe77895e952afb12a81e55c2a4391.tar.bz2
lanes-3be94c4282bbe77895e952afb12a81e55c2a4391.zip
DEBUGSPEW_PARAM_COMMA(Universe* U_)
Diffstat (limited to 'src/universe.cpp')
-rw-r--r--src/universe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.cpp b/src/universe.cpp
index 0bab844..cdb3d72 100644
--- a/src/universe.cpp
+++ b/src/universe.cpp
@@ -262,7 +262,7 @@ void Universe::initializeKeepers(lua_State* L_)
262 luaL_requiref(_K, LUA_LOADLIBNAME, luaopen_package, 1); // L_: settings K: package 262 luaL_requiref(_K, LUA_LOADLIBNAME, luaopen_package, 1); // L_: settings K: package
263 lua_pop(_K, 1); // L_: settings K: 263 lua_pop(_K, 1); // L_: settings K:
264 STACK_CHECK(_K, 0); 264 STACK_CHECK(_K, 0);
265 serialize_require(DEBUGSPEW_PARAM_COMMA(this) _K); 265 serialize_require(_K);
266 STACK_CHECK(_K, 0); 266 STACK_CHECK(_K, 0);
267 267
268 // copy package.path and package.cpath from the source state 268 // copy package.path and package.cpath from the source state