aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/soundcmd.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-10-31 20:57:50 +0000
committerFilippos Karapetis2010-10-31 20:57:50 +0000
commit43221a32539b707361efa9a3be4691fc1d943554 (patch)
treeb0dda2fe14a803d78e3b61c5b711cffd91b91466 /engines/sci/sound/soundcmd.h
parent1421312cf831a9d2d051151a927e6efd32e8873c (diff)
downloadscummvm-rg350-43221a32539b707361efa9a3be4691fc1d943554.tar.gz
scummvm-rg350-43221a32539b707361efa9a3be4691fc1d943554.tar.bz2
scummvm-rg350-43221a32539b707361efa9a3be4691fc1d943554.zip
SCI: Removing obsolete function parameter
svn-id: r53986
Diffstat (limited to 'engines/sci/sound/soundcmd.h')
-rw-r--r--engines/sci/sound/soundcmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/soundcmd.h b/engines/sci/sound/soundcmd.h
index 61371d903f..b457ad4618 100644
--- a/engines/sci/sound/soundcmd.h
+++ b/engines/sci/sound/soundcmd.h
@@ -53,7 +53,7 @@ public:
// Functions used for game state loading
void clearPlayList();
void syncPlayList(Common::Serializer &s);
- void reconstructPlayList(int savegame_version);
+ void reconstructPlayList();
// Functions used for the ScummVM menus
void setMasterVolume(int vol);