aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.cpp')
-rw-r--r--src/lanes.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp
index 4ebe20c..572d8f9 100644
--- a/src/lanes.cpp
+++ b/src/lanes.cpp
@@ -718,7 +718,8 @@ LUAG_FUNC(configure)
718 } 718 }
719 719
720 STACK_CHECK(L_, 2); 720 STACK_CHECK(L_, 2);
721 DeepFactory::PushDeepProxy(DestState{ L_ }, _U->timerLinda, 0, LookupMode::LaneBody, L_); // L_: settings M timerLinda 721 UserValueCount const _nuv{ 0 }; // no uservalue in the linda
722 DeepFactory::PushDeepProxy(DestState{ L_ }, _U->timerLinda, _nuv, LookupMode::LaneBody, L_); // L_: settings M timerLinda
722 lua_setfield(L_, -2, "timerLinda"); // L_: settings M 723 lua_setfield(L_, -2, "timerLinda"); // L_: settings M
723 STACK_CHECK(L_, 2); 724 STACK_CHECK(L_, 2);
724 725