diff options
Diffstat (limited to 'asset.c')
-rw-r--r-- | asset.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |