]> git.mxchange.org Git - simgear.git/commitdiff
Hopefully fix jenkins build.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Fri, 28 Oct 2011 17:05:11 +0000 (19:05 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Fri, 28 Oct 2011 17:05:46 +0000 (19:05 +0200)
simgear/sound/openal_test1.cxx

index 3d055b00104d72cf7111e3e56ba68f44a234c1c8..f02c53db7f2d762ea86c33f66906f4c5f4a18ea4 100644 (file)
@@ -103,10 +103,10 @@ int main( int argc, char *argv[] ) {
     ALfloat source_vel[3];
 
     // configuration values
-//    ALenum format;
-//    ALsizei size;
-//    ALvoid* data;
-//    ALsizei freq;
+    ALenum format;
+    ALsizei size;
+    ALvoid* data;
+    ALsizei freq;
     ALboolean loop = false;
 
     source_pos[0] = 0.0; source_pos[1] = 0.0; source_pos[2] = 0.0;