mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-09 01:01:19 +00:00
Quake II has two palettes. One static palette used for the world and one dynamic palette used by cinematics. Switching from the cinematic back to the world palette is handled by putting up the loading plaque. Since a cinematic always ends with loading somehting else this generally works. Unfortunatly setting `developer 1` skips the loading plaque. The palette never gets reset and the world looks like a bad LSD trip. ;) A correct fix is complicated, because the loading plaque logic is messed up and working by luck. Reworking the logic has a high propability breaking corner cased exploited by mods. Therefor take the easy route and uncoditionally switch to the world palette when bringing up the loading plaque with `developer 1`. Closes #925. |
||
---|---|---|
.. | ||
backends | ||
client | ||
common | ||
game | ||
server | ||
win-wrapper |