summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/ShipDesign.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-14 00:28:37 +0200
committerAki <please@ignore.pl>2022-04-14 00:28:37 +0200
commit341c93b0fb4aedd262581ce6e81b700a9bdc1423 (patch)
treefcade8d6163d000e534134e32b64db126d766c9b /StarsEx/ShipDesign.h
parent92de53ac4747fe3caf2ee4c4fa3dcb2ec86a5ef2 (diff)
downloadstarshatter-341c93b0fb4aedd262581ce6e81b700a9bdc1423.zip
starshatter-341c93b0fb4aedd262581ce6e81b700a9bdc1423.tar.gz
starshatter-341c93b0fb4aedd262581ce6e81b700a9bdc1423.tar.bz2
Switched to use new Sources everywhere applicable in the Loader
Diffstat (limited to 'StarsEx/ShipDesign.h')
-rw-r--r--StarsEx/ShipDesign.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/ShipDesign.h b/StarsEx/ShipDesign.h
index c0159b0..80d8ea4 100644
--- a/StarsEx/ShipDesign.h
+++ b/StarsEx/ShipDesign.h
@@ -132,7 +132,7 @@ public:
static const char* ClassName(int type);
static int LoadCatalog(const char* path, const char* file, bool mod=false);
- static void LoadSkins(const char* path, const char* archive=0);
+ static void LoadSkins(const char* path, int source=-1);
static void PreloadCatalog(int index=-1);
static int StandardCatalogSize();