mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Internal Editor: Right click main menu moved to top down main menu.
This commit is contained in:
@@ -3052,6 +3052,10 @@ static void Init_Bootstrap_Mixfiles(void)
|
||||
bool ok = MFCD::Cache("LOCAL.MIX");
|
||||
assert(ok);
|
||||
|
||||
new MFCD("edhi.mix", &FastKey);
|
||||
ok = MFCD::Cache("edhi.mix");
|
||||
assert(ok);
|
||||
|
||||
#if 1
|
||||
new MFCD("HIRES.MIX", &FastKey);
|
||||
ok = MFCD::Cache("HIRES.MIX");
|
||||
|
||||
Reference in New Issue
Block a user