Skip to content

Commit

Permalink
Fix sigil file names
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrupczak3 authored Dec 9, 2019
1 parent 286389d commit e774ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doom/src/main/java/net/nullsum/freedoom/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ static void copyFreedoomFilesToSD(Activity responsibleActivity) {
Utils.copyAsset(responsibleActivity, "CREDITS.txt", fullBaseDir);

// Add Romero's Sigil addon wad
Utils.copyAsset(responsibleActivity, "sigil.wad", fullWadDir);
Utils.copyAsset(responsibleActivity, "SIGIL_v1_21.wad", fullWadDir);
// Credits
Utils.copyAsset(responsibleActivity, "sigil.txt", fullWadDir);
Utils.copyAsset(responsibleActivity, "SIGIL_v1_21.txt", fullWadDir);

// Add 10sector and 10sector2 wads, megawads with ultra small levels
Utils.copyAsset(responsibleActivity, "10sector.wad", fullWadDir);
Expand Down

0 comments on commit e774ec6

Please sign in to comment.