diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-01-04 02:06:36 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-01-04 02:06:36 -0300 |
| commit | 1760aa0fce84788a56fb0d2f2aef28e0a6f2b932 (patch) | |
| tree | c7c0964484583fb0fe12b0977b2540df6ef0e7bb | |
| parent | 53527072d3a303faa71525d00d8c9c578d3d0475 (diff) | |
this should be false
| -rw-r--r-- | src/port/mods/PortEnhancements.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/mods/PortEnhancements.c b/src/port/mods/PortEnhancements.c index b42b6abd..b02b1b32 100644 --- a/src/port/mods/PortEnhancements.c +++ b/src/port/mods/PortEnhancements.c @@ -6,7 +6,7 @@ #define INIT_EVENT_IDS #include "port/hooks/Events.h" -bool gBackToMap; +bool gBackToMap = false; void OnDisplayUpdatePost(IEvent* event) { #if DEBUG_BOSS_KILLER == 1 |
