diff libmlk-adventure/adventure/state/mainmenu.c @ 282:a15f77eda9a4

adventure: rename functions
author David Demelier <markand@malikania.fr>
date Sun, 20 Dec 2020 11:04:41 +0100
parents 87b8c7510717
children 3991779aaba9
line wrap: on
line diff
--- a/libmlk-adventure/adventure/state/mainmenu.c	Sun Dec 20 10:55:53 2020 +0100
+++ b/libmlk-adventure/adventure/state/mainmenu.c	Sun Dec 20 11:04:41 2020 +0100
@@ -64,7 +64,7 @@
 static void
 resume(void)
 {
-	game_switch(continue_state_new(), false);
+	game_switch(state_continue_new(), false);
 }
 
 static void
@@ -201,7 +201,7 @@
 }
 
 struct state *
-mainmenu_state_new(void)
+state_mainmenu_new(void)
 {
 	struct self *self;