aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp
diff options
context:
space:
mode:
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