mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-05 04:37:50 +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
|
#ifdef __3DO__ // TODO fix the title scren on 3DO
|
||||||
EWRAM_DATA LevelID gLevelID = LVL_TR1_1;
|
EWRAM_DATA LevelID gLevelID = LVL_TR1_1;
|
||||||
#else
|
#else
|
||||||
EWRAM_DATA LevelID gLevelID = LVL_TR1_1;
|
EWRAM_DATA LevelID gLevelID = LVL_TR1_TITLE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const LevelInfo gLevelInfo[LVL_MAX] = {
|
const LevelInfo gLevelInfo[LVL_MAX] = {
|
||||||
|
Reference in New Issue
Block a user