Linked to debugMode option, gutted RTP config

This commit is contained in:
Mathew 2015-11-26 18:11:08 -05:00 committed by Mathew Velasquez
parent 189556652c
commit 917d320342
5 changed files with 3 additions and 10 deletions

View file

@ -404,6 +404,9 @@ static void runRMXPScripts(BacktraceData &btData)
return;
}
/* Set the debug flag */
rb_gv_set("$DEBUG", conf.debugMode ? Qtrue : Qfalse);
rb_gv_set("$RGSS_SCRIPTS", scriptArray);
long scriptCount = RARRAY_LEN(scriptArray);