From 2e7a9d7251dae6d54f989b8c23841fe6149d2e31 Mon Sep 17 00:00:00 2001 From: Luminyx1 <79218624+Luminyx1@users.noreply.github.com> Date: Sun, 23 Jun 2024 16:01:57 -0400 Subject: [PATCH] bluh --- src/titlescreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/titlescreen.cpp b/src/titlescreen.cpp index b9849679..f194bb98 100644 --- a/src/titlescreen.cpp +++ b/src/titlescreen.cpp @@ -21,6 +21,6 @@ void LevelInfo::setTitlescreenThemeEntrance() { default: PRINT("Game saved in unknown world"); this->setDestEntrance(0); return; } #else - this->setDestEntrance(0) + this->setDestEntrance(0); #endif }