diff libmlk-adventure/adventure/molko.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 11db1d425502
line wrap: on
line diff
--- a/libmlk-adventure/adventure/molko.c	Mon Dec 07 23:21:05 2020 +0100
+++ b/libmlk-adventure/adventure/molko.c	Tue Dec 08 17:00:03 2020 +0100
@@ -79,7 +79,8 @@
 	panic_handler = crash;
 
 	/* Start to splash. */
-	game_switch(splashscreen_state_new(), true);
+	//game_switch(splashscreen_state_new(), true);
+	game_switch(mainmenu_state_new(), true);
 }
 
 void
@@ -110,8 +111,7 @@
 {
 	assert(file);
 
-	/* TODO: libmlk-adventure must be renamed. */
-	return util_pathf("%s/libmlk-adventure/%s", sys_dir(SYS_DIR_DATA), file);
+	return util_pathf("%s/mlk-adventure/%s", sys_dir(SYS_DIR_DATA), file);
 }
 
 void