git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b8c53
)
fixed big-endian compile problem.
author
kramm
<kramm>
Tue, 23 Nov 2004 17:11:06 +0000
(17:11 +0000)
committer
kramm
<kramm>
Tue, 23 Nov 2004 17:11:06 +0000
(17:11 +0000)
src/swfc.c
patch
|
blob
|
history
diff --git
a/src/swfc.c
b/src/swfc.c
index
93a7569
..
2463d94
100644
(file)
--- a/
src/swfc.c
+++ b/
src/swfc.c
@@
-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);