Tweaks ...
This commit is contained in:
parent
0d6c8357bd
commit
1e4a06098f
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ void guiInit()
|
||||||
#ifdef USING_3DFX
|
#ifdef USING_3DFX
|
||||||
puShowCursor ();
|
puShowCursor ();
|
||||||
#endif
|
#endif
|
||||||
puSetDefaultStyle (PUSTYLE_SMALL_BEVELLED );
|
// puSetDefaultStyle ( PUSTYLE_SMALL_BEVELLED );
|
||||||
|
puSetDefaultStyle ( PUSTYLE_DEFAULT );
|
||||||
puSetDefaultColourScheme (0.2, 0.4, 0.8);
|
puSetDefaultColourScheme (0.2, 0.4, 0.8);
|
||||||
|
|
||||||
/* OK the rest is largerly put in here to mimick Steve Baker's "complex" example
|
/* OK the rest is largerly put in here to mimick Steve Baker's "complex" example
|
||||||
|
|
Loading…
Reference in a new issue