Skip to content

Commit

Permalink
Added "bpsave" folder support to BG(2)EE
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Jul 24, 2014
1 parent 85eccbb commit 75bebb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/infinity/resource/ResourceFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ public final class ResourceFactory
String bgdirs[] = {"Characters", "MPSave", "Music", "Portraits", "Save", "Screenshots",
"Scripts", "ScrnShot", "Sounds", "Temp", "TempSave"};
// String iwddirs[] = {"Music", "Characters", "Scripts", "Sounds", "Temp", "MPSave"};
String bgeeDirs[] = {"Characters", "Movies", "MPsave", "Music", "Portraits", "Save", "Sounds",
"ScrnShot", "Scripts", "Temp", "TempSave"};
String bgeeDirs[] = {"BPSave", "Characters", "Movies", "MPSave", "Music", "Portraits", "Save",
"Sounds", "ScrnShot", "Scripts", "Temp", "TempSave"};

games = new GameConfig[17];
games[ID_UNKNOWNGAME] = new GameConfig("Unknown game", "baldur.ini", bgdirs);
Expand Down

0 comments on commit 75bebb7

Please sign in to comment.