diff --git a/sc2/src/starcon2.c b/sc2/src/starcon2.c index 7cc96192c..1df25ab8e 100644 --- a/sc2/src/starcon2.c +++ b/sc2/src/starcon2.c @@ -117,8 +117,8 @@ main (int argc, char *argv[]) /* .gammaSet = */ 0, /* .gamma = */ 0.0f, /* .whichMusic = */ OPT_3DO, - /* .whichCoarseScan = */ OPT_3DO, - /* .whichMenu = */ OPT_3DO, + /* .whichCoarseScan = */ OPT_PC, + /* .whichMenu = */ OPT_PC, /* .whichFont = */ OPT_PC, /* .smoothScroll = */ OPT_PC, /* .meleeScale = */ TFB_SCALE_TRILINEAR,