mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-03-04 16:41:34 +00:00
Automap
This commit is contained in:
parent
dbf0170cc2
commit
ad3bd48611
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ void setUseScreenLayer(bool use)
|
|||
|
||||
bool useScreenLayer()
|
||||
{
|
||||
return useVirtualScreen || automapactive;
|
||||
return useVirtualScreen;// || automapactive;
|
||||
}
|
||||
|
||||
static void UnEscapeQuotes( char *arg )
|
||||
|
|
Loading…
Reference in a new issue