summaryrefslogtreecommitdiff
path: root/src/data.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-11-28 20:29:46 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-11-28 20:29:46 +0100
commite3724ffc498462d1da85542a57e91d9b882ad6dd (patch)
tree50847f3bbbb8bbf1fde19811bdfc797123d9f2fe /src/data.c
parentba45aec809a5ecc4955848ddf94d959e89db3905 (diff)
close #20
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c
index 3698908..bf84628 100644
--- a/src/data.c
+++ b/src/data.c
@@ -52,6 +52,7 @@ void data_load()
img_hired = assets_load_image_from_file("data/img/hired.png");
img_denied = assets_load_image_from_file("data/img/denied.png");
img_world_map = assets_load_image_from_file("data/img/world_background.png");
+ img_invest = assets_load_image_from_file("data/img/invest.png");
img_panel_bottom = assets_load_image_from_file("data/img/panel_bottom.png");
img_panel_top = assets_load_image_from_file("data/img/panel_top.png");