aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/titanic/sound/music_object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/music_object.cpp b/engines/titanic/sound/music_object.cpp
index edf652a287..1f840790b9 100644
--- a/engines/titanic/sound/music_object.cpp
+++ b/engines/titanic/sound/music_object.cpp
@@ -176,7 +176,7 @@ bool CMusicParser::parse(CValuePair &r) {
} else if (_currentChar >= 'A' && _currentChar <= 'G') {
val1 -= val2;
if (val1 <= 0)
- val1 = 12;
+ val1 += 12;
r._field0 = _field8 + val1;
} else {
flag = false;