summaryrefslogtreecommitdiff
path: root/apps/plugins/sokoban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sokoban.c')
-rw-r--r--apps/plugins/sokoban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index 9ac98fe49f..9b9cd29e0a 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -32,7 +32,7 @@ PLUGIN_HEADER
32#define SOKOBAN_SAVE_FILE PLUGIN_GAMES_DIR "/sokoban.save" 32#define SOKOBAN_SAVE_FILE PLUGIN_GAMES_DIR "/sokoban.save"
33#define SOKOBAN_SAVE_FOLDER "/games" 33#define SOKOBAN_SAVE_FOLDER "/games"
34 34
35#include "sokoban_tiles.h" 35#include "pluginbitmaps/sokoban_tiles.h"
36#define SOKOBAN_TILESIZE BMPWIDTH_sokoban_tiles 36#define SOKOBAN_TILESIZE BMPWIDTH_sokoban_tiles
37/* SOKOBAN_TILESIZE is the number of pixels for each block. 37/* SOKOBAN_TILESIZE is the number of pixels for each block.
38 * Set dynamically so all targets can support levels 38 * Set dynamically so all targets can support levels