Skip to content

Commit

Permalink
Fix ET survival maps
Browse files Browse the repository at this point in the history
  • Loading branch information
IonAgorria committed Aug 23, 2024
1 parent a20b092 commit 68026e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Game/GameContent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,9 @@ void loadAddonET(ModMetadata& mod) {
}

if (legacy) {
//On GW the survival1 doesn't seem to have much, ET maps use mostly the survival1 so we override it
paths["scripts/triggers/survival1.scr"] = {};

//Try to use ET interface so we can have icons at least, non legacy the base game has the icons already
paths["Resource/Icons/intf"] = {};
}
Expand Down

0 comments on commit 68026e5

Please sign in to comment.