aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authoruruk2014-07-14 18:17:07 +0200
committeruruk2014-07-14 18:17:07 +0200
commit753b5f89bab3eb2cdd6d0f4567a76d5d4fd83624 (patch)
tree872f8db4ed58e53a630ebfa364384e6711be6ae4 /engines
parent2f8967d95948aae6f15e4949d2b06a7e6b7674a4 (diff)
downloadscummvm-rg350-753b5f89bab3eb2cdd6d0f4567a76d5d4fd83624.tar.gz
scummvm-rg350-753b5f89bab3eb2cdd6d0f4567a76d5d4fd83624.tar.bz2
scummvm-rg350-753b5f89bab3eb2cdd6d0f4567a76d5d4fd83624.zip
CGE2: Unstub CommandHandler::reset().
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() {