ACCESS: Added data for font2 and font6x6

This commit is contained in:
Paul Gilbert 2014-08-16 22:18:53 -04:00
parent 8d6c8ed452
commit f784b4efba
9 changed files with 281 additions and 12 deletions

View file

@ -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;