LAB: Rename closeFont() to freeFont()
This commit is contained in:
parent
c0f3131fbe
commit
19303c49cf
5 changed files with 12 additions and 12 deletions
|
@ -47,7 +47,7 @@ Intro::Intro(LabEngine *vm) : _vm(vm) {
|
|||
}
|
||||
|
||||
Intro::~Intro() {
|
||||
_vm->_graphics->closeFont(&_font);
|
||||
_vm->_graphics->freeFont(&_font);
|
||||
}
|
||||
|
||||
void Intro::introEatMessages() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue