aboutsummaryrefslogtreecommitdiff
path: root/engines/access/scripts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/scripts.cpp')
-rw-r--r--engines/access/scripts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/access/scripts.cpp b/engines/access/scripts.cpp
index 0c3cd2e92a..2f221d9f52 100644
--- a/engines/access/scripts.cpp
+++ b/engines/access/scripts.cpp
@@ -172,8 +172,8 @@ void Scripts::cmdNull() {
#define PRINT_TIMER 25
void Scripts::cmdPrint() {
- _vm->_screen->_printOrg = Common::Point(20, 42);
- _vm->_screen->_printStart = Common::Point(20, 42);
+ _vm->_fonts._printOrg = Common::Point(20, 42);
+ _vm->_fonts._printStart = Common::Point(20, 42);
_vm->_timers[PRINT_TIMER]._timer = 50;
_vm->_timers[PRINT_TIMER]._initTm = 50;
_vm->_timers[PRINT_TIMER]._flag = true;