diff --git a/sc2/src/sc2code/comm/starbas/starbas.c b/sc2/src/sc2code/comm/starbas/starbas.c index ebe713f8e..e14e02810 100644 --- a/sc2/src/sc2code/comm/starbas/starbas.c +++ b/sc2/src/sc2code/comm/starbas/starbas.c @@ -21,6 +21,7 @@ #include "starcon.h" #include "commglue.h" #include "comm/starbas/strings.h" +#include "libs/graphics/gfx_common.h" //Added by Chris @@ -1720,6 +1721,8 @@ SellMinerals (RESPONSE_REF R) BOOLEAN Sleepy; RESPONSE_REF pStr1, pStr2; + TFB_ReleaseColorMap(); + total = 0; Sleepy = TRUE; for (i = 0; i < NUM_ELEMENT_CATEGORIES; ++i)