diff libmlk-adventure/adventure/state/map.c @ 263:cd5bdb995052

cmake: create a new libmlk-data library
author David Demelier <markand@malikania.fr>
date Tue, 08 Dec 2020 17:00:03 +0100
parents bfde372bf152
children 9bbbabb6f077
line wrap: on
line diff
--- a/libmlk-adventure/adventure/state/map.c	Mon Dec 07 23:21:05 2020 +0100
+++ b/libmlk-adventure/adventure/state/map.c	Tue Dec 08 17:00:03 2020 +0100
@@ -100,7 +100,7 @@
 		panic();
 
 	/* TODO: find this from team maybe. */
-	if (!image_open(&molko.map_player_texture, molko_path("assets/sprites/john.png")))
+	if (!image_open(&molko.map_player_texture, molko_path("sprites/john.png")))
 		panic();
 
 	sprite_init(&molko.map_player_sprite, &molko.map_player_texture, 48, 48);