Added two new stack disciplines to LuaStack
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <iostream>
|
||||
|
||||
LuaConsole::LuaConsole() {
|
||||
lua_state_ = LuaStack::newstate(eng::l_alloc);
|
||||
lua_state_ = LuaOldStack::newstate(eng::l_alloc);
|
||||
clear_raw_input();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user