summaryrefslogtreecommitdiff
path: root/src/video/win32_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/win32_v.h')
-rw-r--r--src/video/win32_v.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/win32_v.h b/src/video/win32_v.h
index 1f412ecb0..11ee523ef 100644
--- a/src/video/win32_v.h
+++ b/src/video/win32_v.h
@@ -22,6 +22,7 @@ public:
class FVideoDriver_Win32: public VideoDriverFactory<FVideoDriver_Win32> {
public:
+ static const int priority = 10;
/* virtual */ const char *GetName() { return "win32"; }
/* virtual */ const char *GetDescription() { return "Win32 GDI Video Driver"; }
/* virtual */ Driver *CreateInstance() { return new VideoDriver_Win32(); }