- fixed: Custom automap colors were not invalidated on restart.

- fixed: D_DoomMain has 3 calls to D_DoomLoop but only the main call of these was capable of a clean restart.
This commit is contained in:
Christoph Oelckers 2016-12-03 15:44:46 +01:00
commit 30cbce051e
3 changed files with 42 additions and 31 deletions

View file

@ -473,6 +473,11 @@ static AMColorset AMMod;
static AMColorset AMModOverlay;
void AM_ClearColorsets()
{
AMModOverlay.defined = false;
AMMod.defined = false;
}
//=============================================================================
//
//