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

This commit is contained in:
zicodxx 2010-08-16 19:59:41 +00:00
parent ecf1469b7d
commit f7e009d1c8
2 changed files with 3 additions and 2 deletions

View file

@ -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
--------

View file

@ -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