ACCESS: Added data for font2 and font6x6
This commit is contained in:
parent
8d6c8ed452
commit
f784b4efba
9 changed files with 281 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue