mirror of
https://github.com/electronicarts/CnC_Remastered_Collection.git
synced 2025-08-16 19:14:08 +02:00
August 6th Patch Update
Accumulated DLL source code changes since June 22nd patch
This commit is contained in:
@@ -434,6 +434,16 @@ bool Init_Game(int , char * [])
|
||||
ChronalVortex.Stop();
|
||||
ChronalVortex.Setup_Remap_Tables(Scen.Theater);
|
||||
|
||||
/*
|
||||
** Clear out name overrides array
|
||||
*/
|
||||
#ifdef FIXIT_NAME_OVERRIDE
|
||||
for (int index = 0; index < ARRAY_SIZE(NameOverride); index++) {
|
||||
NameOverride[index] = NULL;
|
||||
NameIDOverride[index] = 0;
|
||||
}
|
||||
#endif //FIXIT_NAME_OVERRIDE
|
||||
|
||||
return(true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user