Changeset 1363 for trunk/dll/init.c


Ignore:
Timestamp:
Dec 29, 2008, 8:14:05 PM (17 years ago)
Author:
Gregg Young
Message:

Move the FillInDriveFlags call in init.c to after the ini file is fully initiated since it accesses it; Fix the black toolbar on new install issue (I think I removed the right ini entry to test this) Ticket 328

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1360 r1363  
    762762  }
    763763
    764   ArgDriveFlags(argc, argv);
    765   FillInDriveFlags(NULL);
    766 
    767764  if (!*profile)
    768765    strcpy(profile, "FM3.INI");
     
    987984    }
    988985  }
     986
     987  ArgDriveFlags(argc, argv);
     988  FillInDriveFlags(NULL);
    989989
    990990  FindSwapperDat();
Note: See TracChangeset for help on using the changeset viewer.