(svn r14631) -Add: support for Allegro as sound backend.

This commit is contained in:
rubidium
2008-11-25 21:09:00 +00:00
parent 3aacd0a3d5
commit 72124862f0
6 changed files with 117 additions and 3 deletions

View File

@@ -1184,6 +1184,7 @@ void GameLoop()
InputLoop();
_sound_driver->MainLoop();
MusicLoop();
}