aboutsummaryrefslogtreecommitdiff
path: root/asset.c
diff options
context:
space:
mode:
Diffstat (limited to 'asset.c')
-rw-r--r--asset.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/asset.c b/asset.c
index e6aafe5..b6e408b 100644
--- a/asset.c
+++ b/asset.c
@@ -6,7 +6,9 @@
#include "standard.h"
static const char* const asset_vpaths[] = {
- /* asset_id_usr */ "data/usr.img"
+ /* asset_id_usr */ "data/usr.img",
+ /* asset_id_char */ "data/char.img",
+ /* asset_id_bullet */ "data/bullet.img"
};
static struct {