Moved the 3DO music into an addon pack '3domusic'.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2870 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-12-10 03:42:38 +00:00
parent 36fcc8b206
commit 52c333a850
19 changed files with 22 additions and 22 deletions
+2 -3
View File
@@ -115,11 +115,10 @@ LoadKernel (int argc, char *argv[])
if (hResIndex == 0)
return FALSE;
/* TODO: This code must die once 3domusic becomes an addon
* pack in its own right. */
/* TODO: This code must die once addons are convenient to use. */
if (optWhichMusic == OPT_3DO)
{
res_LoadFilename (contentDir, "3domusic.rmp");
res_LoadFilename (contentDir, "addons/3domusic/3domusic.rmp");
}
/* Now load the rest of the addons, in order. */