Testing changes for GZDoom 4.11/5.0.
This commit is contained in:
parent
75ffce1627
commit
d0fddbf8a3
24 changed files with 104 additions and 331 deletions
|
|
@ -517,7 +517,7 @@ extend Class SWWMStatusBar
|
|||
else if ( mm_displaylocks
|
||||
&& (lock > 0) && (lock < 256) )
|
||||
{
|
||||
let lcol = SWWMUtility.GetLockColor(lock);
|
||||
let lcol = Key.GetMapColorForLock(lock);
|
||||
if ( !lcol )
|
||||
{
|
||||
// "all keys" locks lack a color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue