mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 16:10:54 +02:00
Added tiberian sun mix file support, can't play game until iconset format is ironed yet.
This commit is contained in:
@@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user