From dff22b0d9fcc3392efbc053c779ce82f675c1e51 Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Sun, 2 Aug 2020 15:54:43 -0700 Subject: [PATCH] Added author tags for GetHSVHouseColor thanks tomson26! --- code/redalert/hsv.cpp | 7 +++++++ 1 file changed, 7 insertions(+) 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();