TONY: Implement more of the music related code from the original

This commit is contained in:
Paul Gilbert 2012-06-19 20:50:48 +10:00
parent 0aa3d39cf7
commit 61d460a854
6 changed files with 673 additions and 286 deletions

View file

@ -473,8 +473,6 @@ void RMGfxEngine::init() {
delete load;
// Display 'Loading' screen
// TODO: The loading screen isn't currently optimal, since the game doesn't respond to events
// whilst the mpalInit code is being executed.
_vm->_window.getNewFrame(*this, NULL);
_vm->_window.repaint();