diff options
author | Travis Howell | 2003-07-20 07:27:28 +0000 |
---|---|---|
committer | Travis Howell | 2003-07-20 07:27:28 +0000 |
commit | 2583f4e629d07e23a56291598279f449aa50688d (patch) | |
tree | aae9f0a6be06cbd36bf14b70d0f0b1d8996ea3d0 | |
parent | a0545a22ae557b8bc01718677faa98bd00a5f316 (diff) | |
download | scummvm-rg350-2583f4e629d07e23a56291598279f449aa50688d.tar.gz scummvm-rg350-2583f4e629d07e23a56291598279f449aa50688d.tar.bz2 scummvm-rg350-2583f4e629d07e23a56291598279f449aa50688d.zip |
Remove comment
svn-id: r9090
-rw-r--r-- | simon/items.cpp | 3 |
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; |