aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/event.cpp')
-rw-r--r--engines/agos/event.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/event.cpp b/engines/agos/event.cpp
index 5ef65e7b42..e5e176b5af 100644
--- a/engines/agos/event.cpp
+++ b/engines/agos/event.cpp
@@ -552,7 +552,7 @@ void AGOSEngine::delay(uint amount) {
}
#ifdef ENABLE_AGOS2
-void AGOSEngine_PuzzlePack::timerProc() {
+void AGOSEngine_DIMP::timerProc() {
_lastTickCount = _system->getMillis();
AGOSEngine_Feeble::timerProc();
@@ -678,7 +678,7 @@ void AGOSEngine::timerProc() {
}
#ifdef ENABLE_AGOS2
-void AGOSEngine_PuzzlePack::dimpIdle() {
+void AGOSEngine_DIMP::dimpIdle() {
int z, n;
_iconToggleCount++;