summaryrefslogtreecommitdiff
path: root/src/sound/allegro_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/allegro_s.h')
-rw-r--r--src/sound/allegro_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/allegro_s.h b/src/sound/allegro_s.h
index 5eeeae248..cca292b16 100644
--- a/src/sound/allegro_s.h
+++ b/src/sound/allegro_s.h
@@ -26,7 +26,7 @@ public:
class FSoundDriver_Allegro: public SoundDriverFactory<FSoundDriver_Allegro> {
public:
- static const int priority = 5;
+ static const int priority = 4;
/* virtual */ const char *GetName() { return "allegro"; }
/* virtual */ const char *GetDescription() { return "Allegro Sound Driver"; }
/* virtual */ Driver *CreateInstance() { return new SoundDriver_Allegro(); }