Skip to content

Fix v.getColormap TC_ skin number values not applying correctly on replays.

haya_underscore requested to merge haya_/RingRacers:getcolormap-fix into master

Fixes #200 (closed).

v.getColormap has a check if we're running on a replay, and if it is, use a saved skin colormap instead. Though this does not check if the skinnum value itself is a TC_ value, and therefore will result in them not working in replays.

This merge request just adds a check if skinnum is actually positive beforehand, though once again I'm welcome for a better fix.

Edited by haya_underscore

Merge request reports