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 b6e408b..5ae5419 100644
--- a/asset.c
+++ b/asset.c
@@ -8,7 +8,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_bullet */ "data/bullet.img",
+ /* asset_id_enemy */ "data/enemy.img"
};
static struct {