3do videos now controlled as an addon pack.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3104 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2008-11-29 06:31:46 +00:00
parent 713d534c39
commit a0a5815884
3 changed files with 33 additions and 1 deletions
+5
View File
@@ -125,6 +125,11 @@ LoadKernel (int argc, char *argv[])
loadAddon ("remix");
}
if (optWhichIntro == OPT_3DO)
{
loadAddon ("3dovideo");
}
/* Now load the rest of the addons, in order. */
prepareAddons (optAddons);
+1 -1
View File
@@ -134,7 +134,7 @@ main (int argc, char *argv[])
/* .whichCoarseScan = */ OPT_PC,
/* .whichMenu = */ OPT_PC,
/* .whichFont = */ OPT_PC,
/* .whichIntro = */ OPT_3DO,
/* .whichIntro = */ OPT_PC,
/* .whichShield = */ OPT_PC,
/* .smoothScroll = */ OPT_PC,
/* .meleeScale = */ TFB_SCALE_TRILINEAR,