mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-17 17:51:11 +00:00
- Fixed: Toggling the automap could cancel out ending the level, among other things.
SVN r3765 (trunk)
This commit is contained in:
parent
fcd4854714
commit
dac802d28a
1 changed files with 4 additions and 1 deletions
|
@ -1158,7 +1158,10 @@ void AM_NewResolution()
|
||||||
|
|
||||||
CCMD (togglemap)
|
CCMD (togglemap)
|
||||||
{
|
{
|
||||||
gameaction = ga_togglemap;
|
if (gameaction == ga_nothing)
|
||||||
|
{
|
||||||
|
gameaction = ga_togglemap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
Loading…
Reference in a new issue