- 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:
parent
5117b32431
commit
30cbce051e
3 changed files with 42 additions and 31 deletions
|
|
@ -473,6 +473,11 @@ static AMColorset AMMod;
|
|||
static AMColorset AMModOverlay;
|
||||
|
||||
|
||||
void AM_ClearColorsets()
|
||||
{
|
||||
AMModOverlay.defined = false;
|
||||
AMMod.defined = false;
|
||||
}
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue