- Fixed: Toggling the automap could cancel out ending the level, among other things.

SVN r3765 (trunk)
This commit is contained in:
Randy Heit 2012-07-15 03:55:05 +00:00
parent fcd4854714
commit dac802d28a

View file

@ -1158,7 +1158,10 @@ void AM_NewResolution()
CCMD (togglemap) CCMD (togglemap)
{ {
gameaction = ga_togglemap; if (gameaction == ga_nothing)
{
gameaction = ga_togglemap;
}
} }
//============================================================================= //=============================================================================