Typo fix
authorRyan Flegel <rflegel@gmail.com>
Thu, 19 Jun 2008 04:43:14 +0000 (04:43 +0000)
committerRyan Flegel <rflegel@gmail.com>
Thu, 19 Jun 2008 04:43:14 +0000 (04:43 +0000)
SVN-Revision: 5589

src/game_session.cpp

index 6673c62..9cf4757 100644 (file)
@@ -314,7 +314,7 @@ GameSession::toggle_pause()
     game_pause = true;
   }
 
-  // unpause is done in menu() after the menu is processed
+  // unpause is done in update() after the menu is processed
 }
 
 void