HUGO: Midi are no longer looping. Add handling to default playlist

svn-id: r55084
This commit is contained in:
Arnaud Boutonné 2011-01-01 10:51:57 +00:00
parent 473ddccf50
commit 5d6771e3df
3 changed files with 22 additions and 1 deletions

View file

@ -374,6 +374,7 @@ void HugoEngine::runMachine() {
_mouse->mouseHandler(); // Mouse activity - adds to display list
_screen->drawStatusText();
_screen->displayList(D_DISPLAY); // Blit the display list to screen
_sound->checkMusic();
break;
case V_INVENT: // Accessing inventory
_inventory->runInventory(); // Process Inventory state machine