comparison 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
comparison
equal deleted inserted replaced
306:6a7bca547f9a 307:363024b76da7
87 /* Start to splash. */ 87 /* Start to splash. */
88 game_push(state_mainmenu_new()); 88 game_push(state_mainmenu_new());
89 molko.team.members[0] = &character_neth; 89 molko.team.members[0] = &character_neth;
90 molko.team.members[1] = &character_neth; 90 molko.team.members[1] = &character_neth;
91 inventory_add(&molko.inventory, &item_potion, 100); 91 inventory_add(&molko.inventory, &item_potion, 100);
92 molko_teleport("maps/map-world.map", -1, -1);
93 92
94 /* Init unrecoverable panic state. */ 93 /* Init unrecoverable panic state. */
95 molko.panic = state_panic_new(); 94 molko.panic = state_panic_new();
96 panic_handler = crash; 95 panic_handler = crash;
97 trace_handler = trace_hud_handler; 96 trace_handler = trace_hud_handler;