This commit is contained in:
parent
8b37e4e9e6
commit
7741ebc064
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ DVECTOR CMapScene::s_mapLevelPositions[MAP_NUM_LEVELS_PER_CHAPTER]=
|
|||
{ 330,113 },
|
||||
};
|
||||
|
||||
int CMapScene::s_chapterToStartOn=1;
|
||||
int CMapScene::s_levelToStartOn=1;
|
||||
int CMapScene::s_chapterToStartOn=0;
|
||||
int CMapScene::s_levelToStartOn=0;
|
||||
|
||||
|
||||
extern int s_globalLevelSelectThing;
|
||||
|
|
Loading…
Add table
Reference in a new issue