From efc069efd43f58399b20627184e96c199e64205d Mon Sep 17 00:00:00 2001 From: XProger Date: Thu, 31 Mar 2022 09:52:12 +0300 Subject: [PATCH] #415 fix startup level --- src/fixed/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fixed/common.cpp b/src/fixed/common.cpp index 6c64860..7531a54 100644 --- a/src/fixed/common.cpp +++ b/src/fixed/common.cpp @@ -45,7 +45,7 @@ EWRAM_DATA ExtraInfoLara playersExtra[MAX_PLAYERS]; #ifdef __3DO__ // TODO fix the title scren on 3DO EWRAM_DATA LevelID gLevelID = LVL_TR1_1; #else -EWRAM_DATA LevelID gLevelID = LVL_TR1_1; +EWRAM_DATA LevelID gLevelID = LVL_TR1_TITLE; #endif const LevelInfo gLevelInfo[LVL_MAX] = {