From 07f8e2910f62357c68843a09a36d68a32fa61748 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 21 Jul 2004 23:05:49 +0000 Subject: [PATCH] cleanup --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index b94ef93b72..75bc27adce 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -350,7 +350,7 @@ static void CheckSettings() #include "RageDisplay_D3D.h" #endif -#if !defined(_XBOX) +#if defined(SUPPORT_OPENGL) #include "RageDisplay_OGL.h" #endif