on_escape_press is now handled first in GameSession::update(). Using ESC to close...
authorChristoph Sommer <mail@christoph-sommer.de>
Wed, 26 Apr 2006 12:23:41 +0000 (12:23 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Wed, 26 Apr 2006 12:23:41 +0000 (12:23 +0000)
commit5817bb1e56a076dd7c933968299f8d68654c81bb
tree56ca2dab2943f2473a90e744f3828fd832c6b278
parent132f617101921a77550fedbf7e0e1130046d69b6
on_escape_press is now handled first in GameSession::update(). Using ESC to close the pause menu would otherwise immediately re-open it.

SVN-Revision: 3441
src/game_session.cpp