From 8ed46a7cd690eccb32090c8e291d78660597800e Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 2 Aug 2004 17:39:43 +0000 Subject: [PATCH] Changed default menu and coarse scan mode to PC. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1403 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/starcon2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,