mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +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;
|
foundlock = pair->Key;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return rgb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue