"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@4238" did not exist on "37ed1c0be945b58a1c5d620ba8e33a7a1732e232"
Commit d67a233d authored by nanahira's avatar nanahira

merge

parents 7bfb1c75 999f4ba5
......@@ -638,9 +638,9 @@ interpreter::interpreter(duel* pd): coroutines(256) {
luaL_getsubtable(lua_state, LUA_REGISTRYINDEX, LUA_LOADED_TABLE);
lua_pushnil(lua_state);
lua_setfield(lua_state, -2, "io");
luaL_getsubtable(lua_state, LUA_REGISTRYINDEX, LUA_LOADED_TABLE);
lua_pushnil(lua_state);
lua_setfield(lua_state, -2, "os");
lua_pop(lua_state, 1);
*/
//add bit lib back
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