Added Tiberian Sun/Red Alert SHP file support. Added EXPAND3.MIX for Allied Force data.

This commit is contained in:
Justin Marshall
2020-07-31 21:52:32 -07:00
parent 1d8cd100b0
commit 32a81a0174
14 changed files with 160 additions and 51 deletions
+6
View File
@@ -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);
{