Added HD image support for sidebar unit/building icons. Icons but 32bit and 8bit for sidebar unit/building icons are now loaded at startup rather then when requested.

This commit is contained in:
Justin Marshall
2020-08-03 11:35:01 -07:00
parent 65ebb17489
commit 2d6681465f
12 changed files with 62 additions and 91 deletions
+1 -1
View File
@@ -6541,7 +6541,7 @@ int TechnoTypeClass::Cost_Of(void) const
* HISTORY: *
* 07/29/1995 JLB : Created. *
*=============================================================================================*/
void const * TechnoTypeClass::Get_Cameo_Data(void) const
struct Image_t*TechnoTypeClass::Get_Cameo_Data(void) const
{
return(CameoData);
}