From 8221bf543adeffa366650848d2c455265f43a1fb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 18 Jun 2004 16:54:48 +0000 Subject: [PATCH] SDL calls must never be made outside of RageDisplay_OGL --- stepmania/src/DancingCharacters.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/DancingCharacters.cpp b/stepmania/src/DancingCharacters.cpp index eb9cf6cb5b..0696582601 100644 --- a/stepmania/src/DancingCharacters.cpp +++ b/stepmania/src/DancingCharacters.cpp @@ -9,7 +9,6 @@ #include "Character.h" #include "StageStats.h" #include "PrefsManager.h" -#include "SDL_opengl.h" #define DC_X( choice ) THEME->GetMetricF("DancingCharacters",ssprintf("2DCharacterXP%d",choice+1)) #define DC_Y( choice ) THEME->GetMetricF("DancingCharacters",ssprintf("2DCharacterYP%d",choice+1))