From 65191b077d25ae390feb0c84eda4d517d3668bf0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 30 Jun 2009 16:20:16 +0000 Subject: (svn r16702) -Change: don't implicitly fall back to the null/dedicated (video) drivers, but show an error message that no driver could be found. You can still explicitly start the null drivers thought. --- src/video/null_v.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video/null_v.h') diff --git a/src/video/null_v.h b/src/video/null_v.h index c45a5a46c..80d9d58d9 100644 --- a/src/video/null_v.h +++ b/src/video/null_v.h @@ -27,7 +27,7 @@ public: class FVideoDriver_Null: public VideoDriverFactory { public: - static const int priority = 1; + static const int priority = 0; /* virtual */ const char *GetName() { return "null"; } /* virtual */ const char *GetDescription() { return "Null Video Driver"; } /* virtual */ Driver *CreateInstance() { return new VideoDriver_Null(); } -- cgit v1.2.3-54-g00ecf