From a03572343d44bfb0e05e748e38f1059b1d1411fb Mon Sep 17 00:00:00 2001 From: lorien420 Date: Sun, 1 May 2005 03:41:01 +0000 Subject: [PATCH] Those of us that don't hit "Esc" whenever we want to leave a program will have a better time now. --- src/Controller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller.cxx b/src/Controller.cxx index 1d98a2a..eeeebbc 100644 --- a/src/Controller.cxx +++ b/src/Controller.cxx @@ -167,7 +167,7 @@ void Controller::keyboardMeta ( unsigned char key, int x, int y ) #ifdef DEVELOPMENT if (key == '.') Displayer::screenShot(); #endif - MetaState::localKeyPressed(key == 27); + MetaState::localKeyPressed(true); } void Controller::keyboardUpMeta ( unsigned char key, int x, int y ) -- 2.11.4.GIT