aboutsummaryrefslogtreecommitdiff
path: root/src/tracker.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-24 08:59:08 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-24 08:59:08 +0200
commit18ab2be6ddaf5beb86e429cce9a3e1b4b5703b42 (patch)
tree5b8645817abe4eb1123647a4e9c5204d0e35d9b1 /src/tracker.cpp
parent3be94c4282bbe77895e952afb12a81e55c2a4391 (diff)
downloadlanes-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/tracker.cpp')
-rw-r--r--src/tracker.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tracker.cpp b/src/tracker.cpp
index 69cd90c..d42eb35 100644
--- a/src/tracker.cpp
+++ b/src/tracker.cpp
@@ -28,8 +28,6 @@ THE SOFTWARE.
28 28
29// ################################################################################################# 29// #################################################################################################
30 30
31#if HAVE_LANE_TRACKING()
32
33/* 31/*
34 * Add the lane to tracking chain; the ones still running at the end of the 32 * Add the lane to tracking chain; the ones still running at the end of the
35 * whole process will be cancelled. 33 * whole process will be cancelled.
@@ -104,5 +102,3 @@ void LaneTracker::tracking_add(Lane* lane_)
104 } 102 }
105 return lua_gettop(L_) - _top; // L_: 0 or 1 103 return lua_gettop(L_) - _top; // L_: 0 or 1
106} 104}
107
108#endif // HAVE_LANE_TRACKING()