mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-09 00:15:33 +02:00
Happy Nth sleep-deprived oversight, Zoro!
This commit is contained in:
parent
211bbecde0
commit
282bd9b03e
1 changed files with 0 additions and 1 deletions
|
@ -620,7 +620,6 @@ static void runRMXPScripts(BacktraceData &btData) {
|
||||||
// Will be placed within a build option later if I decide to add more
|
// Will be placed within a build option later if I decide to add more
|
||||||
#define SCRIPT(name) rb_str_new((const char*)&___scripts_##name##_rb, ___scripts_##name##_rb_len), #name " (Internal)"
|
#define SCRIPT(name) rb_str_new((const char*)&___scripts_##name##_rb, ___scripts_##name##_rb_len), #name " (Internal)"
|
||||||
#define EVALFILE(name) if (!evalScript(SCRIPT(name))) break;
|
#define EVALFILE(name) if (!evalScript(SCRIPT(name))) break;
|
||||||
if (minimonsters > 0 && i + 2 == scriptCount && !RTEST(rb_gv_get("Z_NOPOKEFIX"))){
|
|
||||||
if (i + 2 == scriptCount){
|
if (i + 2 == scriptCount){
|
||||||
if (minimonsters > 0 && !RTEST(rb_gv_get("Z_NOPOKEFIX"))){
|
if (minimonsters > 0 && !RTEST(rb_gv_get("Z_NOPOKEFIX"))){
|
||||||
EVALFILE(EssentialsTilemapHack);
|
EVALFILE(EssentialsTilemapHack);
|
||||||
|
|
Loading…
Add table
Reference in a new issue