aboutsummaryrefslogtreecommitdiff
path: root/sword1/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sound.h')
-rw-r--r--sword1/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/sound.h b/sword1/sound.h
index 3c6fba476e..6a3d5ee58b 100644
--- a/sword1/sound.h
+++ b/sword1/sound.h
@@ -72,7 +72,7 @@ public:
void engine(void);
private:
- void playSample(QueueElement elem);
+ void playSample(QueueElement *elem);
void initCowSystem(void);
void closeCowSysten(void);
uint32 uncompressedSize(uint8 *data);