diff options
Diffstat (limited to 'src/sound')
-rw-r--r-- | src/sound/allegro_s.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound/allegro_s.cpp b/src/sound/allegro_s.cpp index 159bb2989..76a1e1e91 100644 --- a/src/sound/allegro_s.cpp +++ b/src/sound/allegro_s.cpp @@ -46,7 +46,8 @@ void SoundDriver_Allegro::MainLoop() /** * There are multiple modules that might be using Allegro and - * Allegro can only be initiated once. */ + * Allegro can only be initiated once. + */ extern int _allegro_instance_count; const char *SoundDriver_Allegro::Start(const char * const *parm) |