Commit a5700774 authored by nanahira's avatar nanahira

fix

parent 705033e6
...@@ -34,8 +34,8 @@ interpreter::interpreter(duel* pd): coroutines(256) { ...@@ -34,8 +34,8 @@ interpreter::interpreter(duel* pd): coroutines(256) {
luaL_requiref(lua_state, "table", luaopen_table, 1); luaL_requiref(lua_state, "table", luaopen_table, 1);
lua_pop(lua_state, 1); lua_pop(lua_state, 1);
luaL_requiref(lua_state, "math", luaopen_math, 1); luaL_requiref(lua_state, "math", luaopen_math, 1);
#endif
lua_pop(lua_state, 1); lua_pop(lua_state, 1);
#endif
//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