From 32e20beefc5d157c3aaa747d41964d2b8ee2f7de Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 7 Dec 2006 12:35:19 +0000 Subject: [PATCH] manager -> handler --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index e9838a5180..72d66eb155 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1069,7 +1069,7 @@ int main(int argc, char* argv[]) SONGMAN->PreloadSongImages(); - /* Input managers can have dependences on the video system so + /* Input handlers can have dependences on the video system so * INPUTMAN must be initialized after DISPLAY. */ INPUTMAN = new RageInput;