Skip to content

Commit

Permalink
Return-To-The-Roots#1636 Change path to campaign folder to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
ottml committed Nov 7, 2023
1 parent 8dabb5d commit a4f5626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/RTTR/campaigns/roman/campaign.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ campaign = {
maxHumanPlayers = 1,
difficulty = "easy",
mapFolder = "<RTTR_GAME>/DATA/MAPS",
luaFolder = "<RTTR_RTTR>/CAMPAIGNS/roman",
luaFolder = "<RTTR_RTTR>/campaigns/roman",
maps = { "MISS200.WLD","MISS201.WLD","MISS202.WLD","MISS203.WLD","MISS204.WLD","MISS205.WLD","MISS206.WLD","MISS207.WLD","MISS208.WLD","MISS209.WLD"}
}
2 changes: 1 addition & 1 deletion data/RTTR/campaigns/world/campaign.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ campaign = {
maxHumanPlayers= 1,
difficulty = "easy",
mapFolder = "<RTTR_GAME>/DATA/MAPS2",
luaFolder = "<RTTR_RTTR>/CAMPAIGNS/world",
luaFolder = "<RTTR_RTTR>/campaigns/world",
maps = { "AFRICA.WLD","AUSTRA.WLD","EUROPE.WLD","GREEN.WLD","JAPAN.WLD","NAMERICA.WLD","NASIA.WLD","SAMERICA.WLD","SASIA.WLD"}
}

0 comments on commit a4f5626

Please sign in to comment.