about summary refs log tree commit diff
path: root/src/engine/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/sound.h')
-rw-r--r--src/engine/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/sound.h b/src/engine/sound.h
index f55a978d..fa5bfc85 100644
--- a/src/engine/sound.h
+++ b/src/engine/sound.h
@@ -19,10 +19,10 @@ public:
 	virtual bool IsSoundEnabled() = 0;
 
 	virtual int LoadWV(const char *pFilename) = 0;
-	
+
 	virtual void SetChannel(int ChannelID, float Volume, float Panning) = 0;
 	virtual void SetListenerPos(float x, float y) = 0;
-	
+
 	virtual int PlayAt(int ChannelID, int SampleID, int Flags, float x, float y) = 0;
 	virtual int Play(int ChannelID, int SampleID, int Flags) = 0;
 	virtual void Stop(int SampleID) = 0;