diff --git a/code/redalert/hsv.cpp b/code/redalert/hsv.cpp index edaccec..0af0eee 100644 --- a/code/redalert/hsv.cpp +++ b/code/redalert/hsv.cpp @@ -208,6 +208,13 @@ void HSVClass::Set(int color) const rgb.Set(color); } +/* +========================== +GetHSVHouseColor + +Author: tomsons26 +========================== +*/ RGBClass GetHSVHouseColor(HSVClass& hsv, int index) { int hue = hsv.Hue_Component();