Changeset - r13073:05e7bec87d94
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-09-20 10:19:13
rubidium@openttd.org
(svn r17583) -Change: make SDL's video driver more likely to be loaded than Allegro's video driver; SDL seems to perform better.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/video/allegro_v.h
Show inline comments
 
@@ -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(); }
0 comments (0 inline, 0 general)