summaryrefslogtreecommitdiff
path: root/apps/recorder/tetris.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/tetris.c')
-rw-r--r--apps/recorder/tetris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/tetris.c b/apps/recorder/tetris.c
index e45e83f64b..ce011b6a45 100644
--- a/apps/recorder/tetris.c
+++ b/apps/recorder/tetris.c
@@ -292,7 +292,7 @@ void game_loop(void)
292 int count = 0; 292 int count = 0;
293 /* while(count*20 < level_speeds[level]) */ 293 /* while(count*20 < level_speeds[level]) */
294 { 294 {
295 b = button_get(); 295 b = button_get(false);
296 if ( b & BUTTON_OFF ) 296 if ( b & BUTTON_OFF )
297 return; /* get out of here */ 297 return; /* get out of here */
298 298