From dacc051a57931101abe5130bc0d1e6b5b08b438e Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 22 Aug 1998 14:49:54 +0000 Subject: [PATCH] Attempting to iron out seg faults and crashes. Did some shuffling to fix a initialization order problem between view position, scenery elevation. --- src/slSample.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slSample.cxx b/src/slSample.cxx index 14c6b5376..9eace00fb 100644 --- a/src/slSample.cxx +++ b/src/slSample.cxx @@ -71,7 +71,7 @@ void slSample::changeRate ( int r ) buffer = buffer2 ; } -#ifdef 0 +#if 0 void slSample::changeToUnsigned () { if ( getBps() == 16 ) -- 2.39.5