move InputDrivers into RageInput

This commit is contained in:
Glenn Maynard
2005-12-31 02:20:03 +00:00
parent 45d3c944af
commit 757fdf0795
5 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -1065,7 +1065,7 @@ int main(int argc, char* argv[])
/* This initializes objects that change the SDL event mask, and has other
* dependencies on the SDL video subsystem, so it must be initialized after DISPLAY. */
INPUTMAN = new RageInput( PREFSMAN->GetInputDrivers() );
INPUTMAN = new RageInput;
// These things depend on the TextureManager, so do them after!
FONT = new FontManager;