use the null error dialog by default (we output to stdout all the

time right now anyway)
This commit is contained in:
Glenn Maynard
2003-02-14 18:48:46 +00:00
parent ed92d2ba67
commit 66f75b46f0
+1 -1
View File
@@ -6,7 +6,7 @@
/* Load default fallback drivers; some of these may be overridden by arch-specific drivers. */
#include "LoadingWindow/LoadingWindow_SDL.h"
#include "ErrorDialog/ErrorDialog_stdout.h"
#include "ErrorDialog/ErrorDialog_null.h"
#include "ArchHooks/ArchHooks_none.h"
#include "Sound/RageSoundDriver_Null.h"