- moved KEYCONF_only CCMDs out of play files.

This commit is contained in:
Christoph Oelckers 2019-02-01 21:19:16 +01:00
commit bf665961cc
7 changed files with 43 additions and 50 deletions

View file

@ -571,7 +571,7 @@ EXTERN_CVAR(Bool, sv_singleplayerrespawn)
void FLevelLocals::ChangeLevel(const char *levelname, int position, int flags, int nextSkill)
{
if (this != currentUILevel) return; // only the primary level may exit.
if (!isPrimaryLevel()) return; // only the primary level may exit.
FString nextlevel;
level_info_t *nextinfo = nullptr;