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

Comparing AE/Installer/trunk/source/installer.cpp (file contents):
Revision 565 by iritscen, Tue Jun 1 13:13:59 2010 UTC vs.
Revision 570 by gumby, Wed Jul 21 22:44:28 2010 UTC

# Line 676 | Line 676 | void recompileAll(vector<string> install
676          for (int i = installedMods.size() - 1; i >= 0; i--) {                                                   //Iterates through the installed mods (backwards :P)
677                  for (unsigned int j = 0; j < globalPackages.size(); ++j) {                              //looking in the global packages
678                          if (globalPackages[j].modStringName == installedMods[i]) {      //for a mod that has BSL in it
679 <                                if(globalPackages[j].hasBSL) break; //skip non-BSL
679 >                                if(!globalPackages[j].hasBSL) break; //skip non-BSL
680                                  if( exists( "packages/" + globalPackages[j].modStringName + "/BSL/" ) ) {
681                                          copyBSL("packages/" + globalPackages[j].modStringName + "/BSL", BSLfolders, globalPackages[j] );
682                                          BSLlog << "Copied " <<  globalPackages[j].modStringName << "!\n";

Diff Legend

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