aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/items.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index 356c2d2941..e282fdc513 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -917,8 +917,7 @@ int SimonEngine::runScript() {
}
break;
- case 163:{ /* sound 1 */
- // Is this opcode actually used in games?
+ case 163:{ /* play sound */
o_unk_163(getVarOrWord());
}
break;