diff libmlk-adventure/adventure/action/teleport.c @ 275:f89a53abb314

adventure: cleanup actions and prepare map scenes
author David Demelier <markand@malikania.fr>
date Sun, 13 Dec 2020 11:01:18 +0100
parents e28429dbdaaf
children 196264679079
line wrap: on
line diff
--- a/libmlk-adventure/adventure/action/teleport.c	Sun Dec 13 11:00:50 2020 +0100
+++ b/libmlk-adventure/adventure/action/teleport.c	Sun Dec 13 11:01:18 2020 +0100
@@ -114,7 +114,7 @@
 }
 
 struct action *
-teleport_new(struct teleport *tp)
+teleport_action(struct teleport *tp)
 {
 	assert(tp);