fix ASSERT in IH_DInput on WindowReset because RageThread incorrectly reports that it's created

This commit is contained in:
Chris Danford
2003-08-06 05:50:34 +00:00
parent 9375422396
commit 457d0d5232
+1
View File
@@ -253,6 +253,7 @@ int RageThread::Wait()
int ret;
SDL_WaitThread(thr, &ret);
thr = NULL;
return ret;
}