aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/pink/pda_mgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/pda_mgr.cpp b/engines/pink/pda_mgr.cpp
index 411649b2f8..fbe6f4a0f0 100644
--- a/engines/pink/pda_mgr.cpp
+++ b/engines/pink/pda_mgr.cpp
@@ -82,7 +82,7 @@ void PDAMgr::execute(const Command &command) {
updateWheels(1);
break;
case Command::kDecrementDomain:
- _domainIndex = (_domainIndex + 6) % 8;
+ _domainIndex = (_domainIndex + 7) % 8;
updateWheels(1);
break;
case Command::kClose: