diff libmlk-adventure/adventure/molko.c @ 265:11db1d425502

adventure: catch EVENT_QUIT
author David Demelier <markand@malikania.fr>
date Wed, 09 Dec 2020 21:23:20 +0100
parents cd5bdb995052
children bead76f6c793
line wrap: on
line diff
--- a/libmlk-adventure/adventure/molko.c	Wed Dec 09 21:22:21 2020 +0100
+++ b/libmlk-adventure/adventure/molko.c	Wed Dec 09 21:23:20 2020 +0100
@@ -79,8 +79,7 @@
 	panic_handler = crash;
 
 	/* Start to splash. */
-	//game_switch(splashscreen_state_new(), true);
-	game_switch(mainmenu_state_new(), true);
+	game_switch(splashscreen_state_new(), true);
 }
 
 void