Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30949/include Modified Files: data.h Log Message: New rc option, newSoundAngles on/off, to lose the stereo 3D component but still keep the layered, scaling with distance SDL sound. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- data.h 26 Apr 2006 02:04:24 -0000 1.8 +++ data.h 27 Apr 2006 22:38:41 -0000 1.9 @@ -622,5 +622,5 @@ extern int richText; /* temporary variable to enable/disable rich text windows */ extern int newSound; /* Use new SDL sound interface */ - +extern int newSoundAngles; /* Use SDL with angular 3D sound */ #endif /* _h_data */