mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed: Retriving a key's color did not work.
This commit is contained in:
parent
fa53ae21e6
commit
64476cde7e
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ int P_GetMapColorForKey (AActor * key)
|
|||
foundlock = pair->Key;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
return rgb;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue