mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +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);
|
Printf("Level not found: %s", filename);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
STAT_NewLevel(filename);
|
currentLevel = &mapList[Level];
|
||||||
|
STAT_NewLevel(currentLevel->labelName);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue