mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- set currentLevel in SW
This commit is contained in:
parent
875678f20b
commit
3f524d7026
1 changed files with 2 additions and 1 deletions
|
@ -654,7 +654,8 @@ bool LoadLevel(const char *filename)
|
|||
Printf("Level not found: %s", filename);
|
||||
return false;
|
||||
}
|
||||
STAT_NewLevel(filename);
|
||||
currentLevel = &mapList[Level];
|
||||
STAT_NewLevel(currentLevel->labelName);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue