From 9fa7a835354745f52a2c2c50dc5e8ff29399f89a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 21 Nov 2006 17:58:04 +0000 Subject: [PATCH] update comments --- stepmania/src/StepMania.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 4a86530729..78de5958ee 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -236,7 +236,7 @@ void StepMania::ResetPreferences() * these may still be NULL. */ void ShutdownGame() { - /* First, tell SOUND that we're shutting down. This signals sound drivers to + /* First, tell SOUNDMAN that we're shutting down. This signals sound drivers to * stop sounds, which we want to do before any threads that may have started sounds * are closed; this prevents annoying DirectSound glitches and delays. */ if( SOUNDMAN ) @@ -797,7 +797,7 @@ void StepMania::ChangeCurrentGame( const Game* g ) ReadGamePrefsFromDisk(); - /* Load keymaps for the new game. */ + /* Set the input scheme for the new game, and load keymaps. */ if( INPUTMAPPER ) { INPUTMAPPER->SetInputScheme( &g->m_InputScheme );