Increased limit for automap empty space margin to 90%
https://forum.zdoom.org/viewtopic.php?t=58653
This commit is contained in:
parent
f3ac82e112
commit
de12902d77
2 changed files with 3 additions and 3 deletions
|
|
@ -104,9 +104,9 @@ CUSTOM_CVAR (Int, am_emptyspacemargin, 0, CVAR_ARCHIVE)
|
|||
{
|
||||
self = 0;
|
||||
}
|
||||
else if (self > 50)
|
||||
else if (self > 90)
|
||||
{
|
||||
self = 50;
|
||||
self = 90;
|
||||
}
|
||||
|
||||
AM_NewResolution();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue