Use a custom naming convention for VKDoom-only stuff
This commit is contained in:
parent
823a086e3c
commit
89b42e3e97
12 changed files with 41 additions and 39 deletions
|
|
@ -1547,7 +1547,7 @@ void DAutomap::Ticker ()
|
|||
if (!automapactive)
|
||||
return;
|
||||
|
||||
if ((primaryLevel->flags9 & LEVEL9_NOAUTOMAP))
|
||||
if ((primaryLevel->vkdflags & VKDLEVELFLAG_NOAUTOMAP))
|
||||
{
|
||||
AM_ToggleMap();
|
||||
return;
|
||||
|
|
@ -3453,7 +3453,7 @@ void AM_ToggleMap()
|
|||
if (!primaryLevel || !primaryLevel->automap)
|
||||
return;
|
||||
|
||||
if (!automapactive && (primaryLevel->flags9 & LEVEL9_NOAUTOMAP))
|
||||
if (!automapactive && (primaryLevel->vkdflags & VKDLEVELFLAG_NOAUTOMAP))
|
||||
return;
|
||||
|
||||
if (!automapactive)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue