diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-24 08:59:08 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-24 08:59:08 +0200 |
commit | 18ab2be6ddaf5beb86e429cce9a3e1b4b5703b42 (patch) | |
tree | 5b8645817abe4eb1123647a4e9c5204d0e35d9b1 /src/universe.h | |
parent | 3be94c4282bbe77895e952afb12a81e55c2a4391 (diff) | |
download | lanes-18ab2be6ddaf5beb86e429cce9a3e1b4b5703b42.tar.gz lanes-18ab2be6ddaf5beb86e429cce9a3e1b4b5703b42.tar.bz2 lanes-18ab2be6ddaf5beb86e429cce9a3e1b4b5703b42.zip |
Process upvalues equal to G_ in Lua51 as in other flavors
Diffstat (limited to 'src/universe.h')
-rw-r--r-- | src/universe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/universe.h b/src/universe.h index 97b613e..f5b31a3 100644 --- a/src/universe.h +++ b/src/universe.h | |||
@@ -150,9 +150,7 @@ class Universe | |||
150 | // used for timers (each lane will get a proxy to this) | 150 | // used for timers (each lane will get a proxy to this) |
151 | DeepPrelude* timerLinda{ nullptr }; | 151 | DeepPrelude* timerLinda{ nullptr }; |
152 | 152 | ||
153 | #if HAVE_LANE_TRACKING() | ||
154 | LaneTracker tracker; | 153 | LaneTracker tracker; |
155 | #endif // HAVE_LANE_TRACKING() | ||
156 | 154 | ||
157 | // Protects modifying the selfdestruct chain | 155 | // Protects modifying the selfdestruct chain |
158 | std::mutex selfdestructMutex; | 156 | std::mutex selfdestructMutex; |