From 161fd750583a5cc06c7a96f9f6ae10a2234440c0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 24 Oct 2002 03:56:46 +0000 Subject: [PATCH] SDL init. --- stepmania/src/StepMania.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index baf574ea3e..2468a4f8e7 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -27,6 +27,8 @@ #include "RageTimer.h" #include "RageException.h" +#include "SDL.h" + // // StepMania global classes // @@ -654,6 +656,8 @@ LRESULT CALLBACK WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam ) //----------------------------------------------------------------------------- HRESULT CreateObjects( HWND hWnd ) { + /* Fire up the SDL, but don't actually start any subsystems. */ + SDL_Init(0); /* //