From a6c2da9e4e0dabf115bd46349a8ef589730b3310 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 1 Jun 1998 17:54:40 +0000 Subject: [PATCH] Added Linux audio support. avoid glClear( COLOR_BUFFER_BIT ) when not using it to set the sky color. map stl tweaks. --- Main/GLUTmain.cxx | 120 ++++++++++++++-------------------------------- Main/Makefile.am | 1 + Main/airports.hxx | 13 +++-- Main/fg_init.cxx | 6 +++ 4 files changed, 51 insertions(+), 89 deletions(-) diff --git a/Main/GLUTmain.cxx b/Main/GLUTmain.cxx index f0d0c6d31..0c764368f 100644 --- a/Main/GLUTmain.cxx +++ b/Main/GLUTmain.cxx @@ -50,6 +50,7 @@ #include #include #include +#include