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 553 by iritscen, Sat May 29 02:09:04 2010 UTC vs.
Revision 556 by gumby, Sat May 29 18:41:43 2010 UTC

# Line 757 | Line 757 | void copyBSL(string copypath, vector<str
757                                          }
758                                  }
759                                  if (!skip_folder && !exists("../GameDataFolder/IGMD/" + dir_itr->path().filename() + "/ignore.txt")) {
760 <                                        remove_all( "../GameDataFolder/IGMD/" + dir_itr->path().filename() );
760 >                                        if(!pkg.hasAddon) remove_all( "../GameDataFolder/IGMD/" + dir_itr->path().filename() );
761                                          Sleep(100);
762                                          create_directory( "../GameDataFolder/IGMD/" + dir_itr->path().filename());
763                                          BSLlog << "Copied " << dir_itr->path().string() << " in " << pkg.modStringName << "!\n";

Diff Legend

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