From 1e4a06098f5ed0f959b3ac0eae80e77197a5b49f Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 17 Jun 1998 21:33:35 +0000 Subject: [PATCH] Tweaks ... --- GUI/gui.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GUI/gui.cxx b/GUI/gui.cxx index ff49b3414..9d1099974 100644 --- a/GUI/gui.cxx +++ b/GUI/gui.cxx @@ -129,7 +129,8 @@ void guiInit() #ifdef USING_3DFX puShowCursor (); #endif - puSetDefaultStyle (PUSTYLE_SMALL_BEVELLED ); + // puSetDefaultStyle ( PUSTYLE_SMALL_BEVELLED ); + puSetDefaultStyle ( PUSTYLE_DEFAULT ); puSetDefaultColourScheme (0.2, 0.4, 0.8); /* OK the rest is largerly put in here to mimick Steve Baker's "complex" example -- 2.39.2