projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e02b12
)
Typo fix
author
Ryan Flegel
<rflegel@gmail.com>
Thu, 19 Jun 2008 04:43:14 +0000
(
04:43
+0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Thu, 19 Jun 2008 04:43:14 +0000
(
04:43
+0000)
SVN-Revision: 5589
src/game_session.cpp
patch
|
blob
|
history
diff --git
a/src/game_session.cpp
b/src/game_session.cpp
index
6673c62
..
9cf4757
100644
(file)
--- a/
src/game_session.cpp
+++ b/
src/game_session.cpp
@@
-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