aboutsummaryrefslogtreecommitdiff
path: root/asset.c
diff options
context:
space:
mode:
Diffstat (limited to 'asset.c')
-rw-r--r--asset.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/asset.c b/asset.c
index 5db8a20..162bcbb 100644
--- a/asset.c
+++ b/asset.c
@@ -9,7 +9,8 @@ static const char* const asset_vpaths[] = {
/* asset_id_usr */ "data/usr.img",
/* asset_id_char */ "data/char.img",
/* asset_id_bullet */ "data/bullet.img",
- /* asset_id_enemy */ "data/enemy.img"
+ /* asset_id_enemy */ "data/enemy.img",
+ /* asset_id_map */ "data/map.img"
};
static struct {