Commit d67a233d authored by nanahira's avatar nanahira

merge

parents 7bfb1c75 999f4ba5
...@@ -638,9 +638,9 @@ interpreter::interpreter(duel* pd): coroutines(256) { ...@@ -638,9 +638,9 @@ interpreter::interpreter(duel* pd): coroutines(256) {
luaL_getsubtable(lua_state, LUA_REGISTRYINDEX, LUA_LOADED_TABLE); luaL_getsubtable(lua_state, LUA_REGISTRYINDEX, LUA_LOADED_TABLE);
lua_pushnil(lua_state); lua_pushnil(lua_state);
lua_setfield(lua_state, -2, "io"); lua_setfield(lua_state, -2, "io");
luaL_getsubtable(lua_state, LUA_REGISTRYINDEX, LUA_LOADED_TABLE);
lua_pushnil(lua_state); lua_pushnil(lua_state);
lua_setfield(lua_state, -2, "os"); lua_setfield(lua_state, -2, "os");
lua_pop(lua_state, 1);
*/ */
//add bit lib back //add bit lib back
lua_getglobal(lua_state, "bit32"); lua_getglobal(lua_state, "bit32");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment