From 696897b0583ad52ebc6f7666525277847619a8ce Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 1 Jan 2009 15:06:43 +0000 Subject: Whoa! Removing trailing spaces. svn-id: r35648 --- engines/tinsel/sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/tinsel/sound.h') diff --git a/engines/tinsel/sound.h b/engines/tinsel/sound.h index 9b980822dc..8b969a5f48 100644 --- a/engines/tinsel/sound.h +++ b/engines/tinsel/sound.h @@ -103,12 +103,12 @@ public: void stopAllSamples(void); // Stops any currently playing sample void stopSpecSample(int id, int sub = 0); // Stops a specific sample - + void setSFXVolumes(uint8 volume); bool sampleExists(int id); bool sampleIsPlaying(int id = -1); - + // TODO: Internal method, make this protected? void openSampleFiles(void); void closeSampleStream(void); -- cgit v1.2.3