Commit 994eb94a authored by nanahira's avatar nanahira

remove bit32 => bit

parent 6b37458d
...@@ -40,9 +40,6 @@ interpreter::interpreter(duel* pd): coroutines(256) { ...@@ -40,9 +40,6 @@ interpreter::interpreter(duel* pd): coroutines(256) {
lua_pop(lua_state, 1); lua_pop(lua_state, 1);
#endif #endif
//add bit lib back
lua_getglobal(lua_state, "bit32");
lua_setglobal(lua_state, "bit");
//open all libs //open all libs
scriptlib::open_cardlib(lua_state); scriptlib::open_cardlib(lua_state);
scriptlib::open_effectlib(lua_state); scriptlib::open_effectlib(lua_state);
......
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