SCI: Turned GfxWidget::print function pointer into virtual method
svn-id: r40113
This commit is contained in:
parent
7821339742
commit
dadae13545
7 changed files with 210 additions and 239 deletions
|
@ -215,7 +215,7 @@ reg_t kMenuSelect(EngineState *s, int funct_nr, int argc, reg_t *argv) {
|
|||
|
||||
case '`':
|
||||
if (ev.buckybits & SCI_EVM_CTRL)
|
||||
s->visual->print(s->visual, 0);
|
||||
s->visual->print(0);
|
||||
break;
|
||||
|
||||
case SCI_K_ESC:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue