aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/logic.cpp')
-rw-r--r--queen/logic.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/logic.cpp b/queen/logic.cpp
index 0a038f0a51..81295df199 100644
--- a/queen/logic.cpp
+++ b/queen/logic.cpp
@@ -1960,9 +1960,9 @@ void Logic::asmWaitForCarPosition() {
void Logic::asmShakeScreen() {
- OSystem::instance()->set_shake_pos(3);
+ _vm->display()->shake(false);
_vm->update();
- OSystem::instance()->set_shake_pos(0);
+ _vm->display()->shake(true);
_vm->update();
}