At this point, most functions have been LuaStack refactored
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user