diff options
| -rw-r--r-- | apps/recorder/sokoban.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/sokoban.c b/apps/recorder/sokoban.c index 7511fae..48efa06 100644 --- a/apps/recorder/sokoban.c +++ b/apps/recorder/sokoban.c @@ -691,8 +691,8 @@ static bool sokoban_loop(void) if (current_info.level.boxes_to_go == 0) { current_info.level.level++; - /* clear undo stats */ - init_undo(); + /* clear undo stats */ + init_undo(); lcd_clear_display(); |