summaryrefslogtreecommitdiff
path: root/apps/recorder/sokoban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/sokoban.c')
-rw-r--r--apps/recorder/sokoban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/sokoban.c b/apps/recorder/sokoban.c
index e5c71bc75d..9aeab80148 100644
--- a/apps/recorder/sokoban.c
+++ b/apps/recorder/sokoban.c
@@ -486,7 +486,7 @@ void load_level(int level_to_load) {
486 int a = 0; 486 int a = 0;
487 int b = 0; 487 int b = 0;
488 int c = 0; 488 int c = 0;
489 489 current_spot=1;
490 boxes_to_go = 0; 490 boxes_to_go = 0;
491 /* load level into board */ 491 /* load level into board */
492 /* get to the current level in the level array */ 492 /* get to the current level in the level array */