aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/sound.h')
-rw-r--r--engines/titanic/sound/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/sound/sound.h b/engines/titanic/sound/sound.h
index 804263c59d..07300264af 100644
--- a/engines/titanic/sound/sound.h
+++ b/engines/titanic/sound/sound.h
@@ -76,6 +76,7 @@ public:
bool fn1(int val);
void fn2(int val);
void fn3(int val, int val2, int val3);
+ void managerProc8(int v) { _soundManager.proc8(v); }
};
} // End of namespace Titanic