From f7e009d1c89a78cc843c8b105c93c4e76b5bc946 Mon Sep 17 00:00:00 2001 From: zicodxx <> Date: Mon, 16 Aug 2010 19:59:41 +0000 Subject: [PATCH] Moved up PHYSFSX_addArchiveContent() a little inside main() so -debug and -verbose will show us this content which will be helpful for debugging possible problems with AddOn Zips --- CHANGELOG.txt | 1 + main/inferno.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4d98e14ef..ec568eec3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,7 @@ D1X-Rebirth Changelog -------- main/net_ipx.c, main/net_udp.c: When switching from COOP to any other game mode, make sure Netgame.max_numplayers, MaxNumNetPlayers as well as the menu text showing the player limit is updated correctly INSTALL.txt: Updated docs to add new OGG Soundtrack created by Brandon Blume +main/inferno.c: Moved up PHYSFSX_addArchiveContent() a little inside main() so -debug and -verbose will show us this content which will be helpful for debugging possible problems with AddOn Zips 20100815 -------- diff --git a/main/inferno.c b/main/inferno.c index 2ccb0e39e..579f15a66 100644 --- a/main/inferno.c +++ b/main/inferno.c @@ -341,6 +341,8 @@ int main(int argc, char *argv[]) return(0); } + PHYSFSX_addArchiveContent(); + printf("\nType %s -help' for a list of command-line options.\n", PROGNAME); if (GameArg.DbgVerbose) @@ -361,8 +363,6 @@ int main(int argc, char *argv[]) PHYSFS_freeList(list); } - PHYSFSX_addArchiveContent(); - arch_init(); #ifdef _WIN32