GOB: use EventManager::getMousePos and some cleanup

svn-id: r26220
This commit is contained in:
Max Horn 2007-03-18 18:10:34 +00:00
parent 139608f451
commit 8ba2a5bb83
3 changed files with 12 additions and 37 deletions

View file

@ -69,7 +69,6 @@ void Init::cleanup(void) {
warning("cleanup: Allocated sprites left: %d", _vm->_global->_sprAllocated);
_vm->_snd->stopSound(0);
_vm->_util->keyboard_release();
}
void Init::initGame(char *totName) {