fix crash

This commit is contained in:
Glenn Maynard
2003-07-15 09:11:09 +00:00
parent 76851cf6dc
commit 718f3e4e6b
@@ -115,6 +115,7 @@ InputHandler_DInput::InputHandler_DInput()
Devices[i].buffered? "buffered": "unbuffered" );
}
InputThreadPtr = NULL;
StartThread();
}
@@ -125,7 +126,6 @@ void InputHandler_DInput::StartThread()
InputThreadPtr = SDL_CreateThread(InputThread_Start, this);
else
InputThreadPtr = NULL;
}
void InputHandler_DInput::ShutdownThread()