aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/event.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-09-24 03:41:45 +0000
committerTravis Howell2009-09-24 03:41:45 +0000
commit48cce58ab52abccbd7df7665d70a551ddfcca989 (patch)
tree90ce2cd367d9d3b15cf4fb396ef5c5e3ef38907c /engines/agos/event.cpp
parent2c438b43045484ffa7c2bcc6db7c6f4b4cc28be4 (diff)
downloadscummvm-rg350-48cce58ab52abccbd7df7665d70a551ddfcca989.tar.gz
scummvm-rg350-48cce58ab52abccbd7df7665d70a551ddfcca989.tar.bz2
scummvm-rg350-48cce58ab52abccbd7df7665d70a551ddfcca989.zip
Split the script opcode table for DIMP, since it doesn't match(ie timers) other Puzzle Pack games.
svn-id: r44285
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++;