At this point, most functions have been LuaStack refactored

This commit is contained in:
2023-04-07 14:20:45 -04:00
parent 44c5a56172
commit 4f0713c9cb
9 changed files with 240 additions and 161 deletions

View File

@@ -830,7 +830,7 @@ void PlaneMap::untrack_all() {
void PlaneScan::configure(LuaKeywordParser &kp) {
lua_State *L = kp.state();
LuaVar val, vx, vy, vz;
LuaOldStack LS(L, val, vx, vy, vz);
LuaExtStack LS(L, val, vx, vy, vz);
bool have_plane = false;
bool have_center = false;