August 6th Patch Update
Accumulated DLL source code changes since June 22nd patch
This commit is contained in:
parent
93a1af2eff
commit
ae72fce5dd
76 changed files with 1071 additions and 210 deletions
|
@ -286,6 +286,9 @@ bool Read_Scenario_INI_Write_INB( char *root, bool fresh)
|
|||
UnitClass::Read_INI(buffer);
|
||||
Call_Back();
|
||||
|
||||
AircraftClass::Read_INI(buffer);
|
||||
Call_Back();
|
||||
|
||||
VesselClass::Read_INI(buffer);
|
||||
Call_Back();
|
||||
|
||||
|
|
Reference in a new issue