VAR_RUN_TRIGGER_IMMEDIATELY -> TRIGGER_RUN_IMMEDIATELY

Getting rid of the VAR_ prefix, to avoid the porymap problem.
This commit is contained in:
tustin2121
2022-10-18 21:12:31 -04:00
parent 327c648e87
commit 4730870646
7 changed files with 38 additions and 38 deletions

View File

@@ -308,6 +308,6 @@
// then the script will be run using RunScriptImmediately instead of in the
// global script context. This means it will run faster, but cannot do any
// cutscenes nor call a wait command. Used for weather effects in vanilla.
#define VAR_RUN_TRIGGER_IMMEDIATELY 0
#define TRIGGER_RUN_IMMEDIATELY 0
#endif // GUARD_CONSTANTS_VARS_H