- fixed: Retriving a key's color did not work.

This commit is contained in:
Christoph Oelckers 2019-02-02 16:51:54 +01:00
parent fa53ae21e6
commit 64476cde7e

View file

@ -555,7 +555,7 @@ int P_GetMapColorForKey (AActor * key)
foundlock = pair->Key;
}
}
return 0;
return rgb;
}