Linked to debugMode option, gutted RTP config
This commit is contained in:
parent
189556652c
commit
917d320342
5 changed files with 3 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue