HUGO: Midi are no longer looping. Add handling to default playlist
svn-id: r55084
This commit is contained in:
parent
473ddccf50
commit
5d6771e3df
3 changed files with 22 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue