mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 16:10:54 +02:00
Added Tiberian Sun/Red Alert SHP file support. Added EXPAND3.MIX for Allied Force data.
This commit is contained in:
@@ -2996,6 +2996,12 @@ static void Init_Bootstrap_Mixfiles(void)
|
||||
int temp = RequiredCD;
|
||||
RequiredCD = -2;
|
||||
|
||||
new MFCD("expand3.mix", &FastKey, MIX_FILE_TS);
|
||||
{
|
||||
bool ok = MFCD::Cache("expand3.mix");
|
||||
assert(ok);
|
||||
}
|
||||
|
||||
// Isometric Files
|
||||
new MFCD("isosnow.mix", &FastKey, MIX_FILE_TS);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user