diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/snail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/snail.cpp b/engines/cge2/snail.cpp index d799f28cc1..e3c3baaccc 100644 --- a/engines/cge2/snail.cpp +++ b/engines/cge2/snail.cpp @@ -666,7 +666,7 @@ void CGE2Engine::sndSetVolume() { } void CommandHandler::addCommand(CommandType com, int ref, int val, void *ptr) { - if (ref == 2) + if (ref == -2) ref = 142 - _vm->_sex; Command *headCmd = &_commandList[_head++]; headCmd->_commandType = com; |