mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-01 02:40:43 +02:00
#415 fix startup level
This commit is contained in:
@@ -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] = {
|
||||
|
Reference in New Issue
Block a user