X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fwillowisp.hpp;h=93ef0d9db8ed26d042c0c41127f74c43c7032e7b;hb=86e5914510fc29f4decbb66a7d602872b6c8555e;hp=33049faeefa011734af0f7d75478698fb1d74770;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/scripting/willowisp.hpp b/src/scripting/willowisp.hpp index 33049faee..93ef0d9db 100644 --- a/src/scripting/willowisp.hpp +++ b/src/scripting/willowisp.hpp @@ -34,10 +34,10 @@ public: /** Move willowisp to given node */ virtual void goto_node(int node_no) = 0; - /** set willowisp state can be: + /** set willowisp state; can be: * -stopped willowisp doesn't move * -move_path willowisp moves along the path (call goto_node) - * -move_path_track willowisp moves along path but catchs tux when he is near + * -move_path_track willowisp moves along path but catches tux when he is near * -normal "normal" mode starts tracking tux when he is near enough * -vanish vanish */