LAB: Rename closeFont() to freeFont()

This commit is contained in:
Filippos Karapetis 2015-12-24 18:30:54 +02:00
parent c0f3131fbe
commit 19303c49cf
5 changed files with 12 additions and 12 deletions

View file

@ -47,7 +47,7 @@ Intro::Intro(LabEngine *vm) : _vm(vm) {
}
Intro::~Intro() {
_vm->_graphics->closeFont(&_font);
_vm->_graphics->freeFont(&_font);
}
void Intro::introEatMessages() {