aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/lucerna.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/lucerna.cpp')
-rw-r--r--engines/avalanche/lucerna.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/engines/avalanche/lucerna.cpp b/engines/avalanche/lucerna.cpp
index ae6e8b71db..0206d0ab9c 100644
--- a/engines/avalanche/lucerna.cpp
+++ b/engines/avalanche/lucerna.cpp
@@ -946,13 +946,11 @@ void Lucerna::incScore(byte num) { // Add on no. of points
for (int i = 1; i <= num; i++) {
_vm->_gyro->_dnascore++;
-#if 0
- if (soundfx) {
+// if (soundfx) {
for (int j = 1; j <= 97; j++)
- sound(177 + dna.score * 3);
- }
- nosound;
-#endif
+ // Length os 2 is a guess, the original doesn't have a delay specified
+ _vm->_sound->playNote(177 + _vm->_gyro->_dnascore * 3, 2);
+// }
}
warning("STUB: Lucerna::points()");