Content mix files may be inside main.mix. redalert.mix should always be there.

This commit is contained in:
Paul Chote
2011-01-04 18:14:29 +13:00
parent dcbb6ee4eb
commit e02ed86088

View File

@@ -97,7 +97,7 @@
// Returns 2 if basic files plus music are installed
function packagesInstalled()
{
if (window.external.existsInMod("packages/conquer.mix","ra") != 1)
if (window.external.existsInMod("packages/redalert.mix","ra") != 1)
return 0;
return (window.external.existsInMod("packages/scores.mix","ra") == 1) ? 2 : 1;
}