aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/snail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/snail.cpp')
-rw-r--r--engines/cge2/snail.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cge2/snail.cpp b/engines/cge2/snail.cpp
index 5b61d1f7ef..1eafd616d6 100644
--- a/engines/cge2/snail.cpp
+++ b/engines/cge2/snail.cpp
@@ -90,8 +90,7 @@ void CommandHandler::insertCommand(CommandType com, int ref, int val, void *ptr)
}
bool CommandHandler::idle() {
- warning("STUB: CommandHandler::idle()");
- return false;
+ return (!_vm->_waitRef && _head == _tail);
}
void CommandHandler::reset() {