Commit 1b92dc06 authored by nanahira's avatar nanahira

remove thc nef

parent 1b8b3c99
......@@ -737,6 +737,7 @@ interpreter::interpreter(duel* pd): coroutines(256) {
//load init.lua by MLD
load_script((char*) "./script/init.lua");
//nef
/*
load_script((char*) "./script/nef/afi.lua");
load_script((char*) "./script/nef/cardList.lua");
load_script((char*) "./script/nef/nef.lua");
......@@ -745,6 +746,7 @@ interpreter::interpreter(duel* pd): coroutines(256) {
load_script((char*) "./script/nef/fus.lua");
load_script((char*) "./script/nef/msc.lua");
load_script((char*) "./script/nef/uds.lua");
*/
}
interpreter::~interpreter() {
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