Fixed a bug were nonremappable buildings were getting team colors assigned.

This commit is contained in:
Justin Marshall
2020-08-05 13:36:11 -07:00
parent dcd40b2018
commit d983592f2e
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -4683,7 +4683,7 @@ void const * TechnoClass::Remap_Table(void) const
if (Techno_Type_Class()->IsRemappable) {
return(House->Remap_Table(IsBlushing, Techno_Type_Class()->Remap));
}
return(ColorRemaps[PCOLOR_GOLD].RemapTable);
return NULL;
}