From 66f75b46f0134d1e795cfb16a9ab564382d2248f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 14 Feb 2003 18:48:46 +0000 Subject: [PATCH] use the null error dialog by default (we output to stdout all the time right now anyway) --- stepmania/src/arch/arch_default.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/arch_default.h b/stepmania/src/arch/arch_default.h index 479cd7681e..6cf36b78cc 100644 --- a/stepmania/src/arch/arch_default.h +++ b/stepmania/src/arch/arch_default.h @@ -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"