ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/main_window.cpp
(Generate patch)

Comparing AE/Installer/trunk/source/main_window.cpp (file contents):
Revision 408 by iritscen, Tue Jul 7 00:55:49 2009 UTC vs.
Revision 409 by iritscen, Tue Jul 7 12:48:37 2009 UTC

# Line 1146 | Line 1146 | void MainWindow::CreateControls()
1146          ::CoCreateInstance(CLSID_TaskbarList, NULL, CLSCTX_INPROC_SERVER, IID_ITaskbarList, (void **)&pTaskbarList);
1147   #endif
1148  
1149 <        if ( exists( "../../GameDataFolder/level0_Final.sep" ) ) {
1149 >        /*if ( exists( "../../GameDataFolder/level0_Final.sep" ) ) {
1150                  strImportOption = "-import:sep";
1151                  splitInstances = NOT_SPLIT;
1152          }
1153          else {
1154                  strImportOption = "-import:nosep";
1155                  splitInstances = SPLIT;
1156 <        }
1156 >        }*/
1157 >        
1158 > #ifndef WIN32
1159 >        strImportOption = "-import:sep";
1160 >        splitInstances = NOT_SPLIT;
1161 > #else
1162 >        strImportOption = "-import:nosep";
1163 >        splitInstances = SPLIT;
1164 > #endif
1165          
1166          globalPackages = getPackages();
1167          globalInstalledMods = getInstallString();

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)