aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/cge2/snail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/snail.cpp b/engines/cge2/snail.cpp
index 62dfd996e9..df4c67cbcc 100644
--- a/engines/cge2/snail.cpp
+++ b/engines/cge2/snail.cpp
@@ -823,7 +823,7 @@ bool CommandHandler::idle() {
}
void CommandHandler::reset() {
- warning("STUB: CommandHandler::reset()");
+ _tail = _head;
}
void CommandHandler::clear() {