this should be false

This commit is contained in:
Sonic Dreamcaster 2025-01-04 02:06:36 -03:00
parent 53527072d3
commit 1760aa0fce

View File

@ -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