diff libmlk-adventure/adventure/molko.c @ 307:363024b76da7

make: create install-data rather than fakeroot
author David Demelier <markand@malikania.fr>
date Tue, 29 Jun 2021 09:49:48 +0200
parents 648f5f949afb
children d01e83210ca2
line wrap: on
line diff
--- a/libmlk-adventure/adventure/molko.c	Mon Jun 28 21:08:11 2021 +0200
+++ b/libmlk-adventure/adventure/molko.c	Tue Jun 29 09:49:48 2021 +0200
@@ -89,7 +89,6 @@
 	molko.team.members[0] = &character_neth;
 	molko.team.members[1] = &character_neth;
 	inventory_add(&molko.inventory, &item_potion, 100);
-	molko_teleport("maps/map-world.map", -1, -1);
 
 	/* Init unrecoverable panic state. */
 	molko.panic = state_panic_new();