1
0
Fork 0

(svn r17583) -Change: make SDL's video driver more likely to be loaded than Allegro's video driver; SDL seems to perform better.

release/1.0
rubidium 2009-09-20 10:19:13 +00:00
parent 17a52eb852
commit 9d0b10ccda
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public:
class FVideoDriver_Allegro: public VideoDriverFactory<FVideoDriver_Allegro> {
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(); }