aboutsummaryrefslogtreecommitdiff
path: root/src/universe.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/universe.hpp')
-rw-r--r--src/universe.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/universe.hpp b/src/universe.hpp
index 42a3d83..0c5e659 100644
--- a/src/universe.hpp
+++ b/src/universe.hpp
@@ -99,6 +99,8 @@ class Universe final
99 99
100 Keepers keepers; 100 Keepers keepers;
101 101
102 lua_Duration lindaWakePeriod{};
103
102 // Initialized by 'init_once_LOCKED()': the deep userdata Linda object 104 // Initialized by 'init_once_LOCKED()': the deep userdata Linda object
103 // used for timers (each lane will get a proxy to this) 105 // used for timers (each lane will get a proxy to this)
104 Linda* timerLinda{ nullptr }; 106 Linda* timerLinda{ nullptr };