update comments
This commit is contained in:
@@ -236,7 +236,7 @@ void StepMania::ResetPreferences()
|
|||||||
* these may still be NULL. */
|
* these may still be NULL. */
|
||||||
void ShutdownGame()
|
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
|
* stop sounds, which we want to do before any threads that may have started sounds
|
||||||
* are closed; this prevents annoying DirectSound glitches and delays. */
|
* are closed; this prevents annoying DirectSound glitches and delays. */
|
||||||
if( SOUNDMAN )
|
if( SOUNDMAN )
|
||||||
@@ -797,7 +797,7 @@ void StepMania::ChangeCurrentGame( const Game* g )
|
|||||||
|
|
||||||
ReadGamePrefsFromDisk();
|
ReadGamePrefsFromDisk();
|
||||||
|
|
||||||
/* Load keymaps for the new game. */
|
/* Set the input scheme for the new game, and load keymaps. */
|
||||||
if( INPUTMAPPER )
|
if( INPUTMAPPER )
|
||||||
{
|
{
|
||||||
INPUTMAPPER->SetInputScheme( &g->m_InputScheme );
|
INPUTMAPPER->SetInputScheme( &g->m_InputScheme );
|
||||||
|
|||||||
Reference in New Issue
Block a user