fixed big-endian compile problem.
authorkramm <kramm>
Tue, 23 Nov 2004 17:11:06 +0000 (17:11 +0000)
committerkramm <kramm>
Tue, 23 Nov 2004 17:11:06 +0000 (17:11 +0000)
src/swfc.c

index 93a7569..2463d94 100644 (file)
@@ -1102,6 +1102,7 @@ void s_sound(char*name, char*filename)
     sound_t* sound;
     U16*samples;
     int numsamples;
+    int t;
 
     if(!readWAV(filename, &wav)) {
        warning("Couldn't read wav file \"%s\"", filename);