From 9d0b10ccda42388fcf13d5a8e423d82791540c99 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 20 Sep 2009 10:19:13 +0000 Subject: (svn r17583) -Change: make SDL's video driver more likely to be loaded than Allegro's video driver; SDL seems to perform better. --- src/video/allegro_v.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/allegro_v.h b/src/video/allegro_v.h index 2cac11dd8..a48f17dda 100644 --- a/src/video/allegro_v.h +++ b/src/video/allegro_v.h @@ -32,7 +32,7 @@ public: class FVideoDriver_Allegro: public VideoDriverFactory { public: - static const int priority = 5; + static const int priority = 4; /* virtual */ const char *GetName() { return "allegro"; } /* virtual */ const char *GetDescription() { return "Allegro Video Driver"; } /* virtual */ Driver *CreateInstance() { return new VideoDriver_Allegro(); } -- cgit v1.2.3-70-g09d2