Commit e865b79b authored by nanahira's avatar nanahira

col

parent 14a10e97
...@@ -662,7 +662,7 @@ interpreter::interpreter(duel* pd): coroutines(256) { ...@@ -662,7 +662,7 @@ interpreter::interpreter(duel* pd): coroutines(256) {
lua_pushinteger(lua_state, HINT_MUSIC_OGG); lua_pushinteger(lua_state, HINT_MUSIC_OGG);
lua_setglobal(lua_state, "HINT_MUSIC_OGG"); lua_setglobal(lua_state, "HINT_MUSIC_OGG");
//load init.lua by MLD //load init.lua by MLD
load_script((char*) "./expansions/script/init.lua"); load_script((char*) "./expansions/script/init.lua");
} }
interpreter::~interpreter() { interpreter::~interpreter() {
lua_close(lua_state); lua_close(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