At this point, most functions have been LuaStack refactored
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
|
||||
LuaSnap::LuaSnap() {
|
||||
state_ = LuaOldStack::newstate(eng::l_alloc);
|
||||
LuaOldStack LS(state_);
|
||||
state_ = LuaCoreStack::newstate(eng::l_alloc);
|
||||
LuaExtStack LS(state_);
|
||||
|
||||
// Create the persist table and the unpersist table.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user