Added tiberian sun mix file support, can't play game until iconset format is ironed yet.

This commit is contained in:
Justin Marshall
2020-06-29 15:22:06 -07:00
parent 37b4f227e6
commit 4844f4eaa7
12 changed files with 158 additions and 239 deletions
+8
View File
@@ -3002,6 +3002,14 @@ static void Init_Bootstrap_Mixfiles(void)
int temp = RequiredCD;
RequiredCD = -2;
// Isometric Files
new MFCD("isosnow.mix", &FastKey, MIX_FILE_TS);
{
bool ok = MFCD::Cache("isosnow.mix");
assert(ok);
}
// jmarshall end
#ifdef WOLAPI_INTEGRATION
CCFileClass fileWolapiMix( "WOLAPI.MIX" );
if( fileWolapiMix.Is_Available() )