Now blocks when waiting for a key

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1111 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-06-20 07:50:35 +00:00
parent 31a5794f5f
commit f855a57976

View file

@ -156,7 +156,7 @@ void sokoban_loop(void) {
while(1) { while(1) {
b = button_get(false); b = button_get(true);
if ( b & BUTTON_OFF ) { if ( b & BUTTON_OFF ) {
/* get out of here */ /* get out of here */