X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fplatform.cpp;h=fa44f2b3c139ff0eec02f776dc1fa38230855c4e;hb=d0d4f2a10842e956e90af678e8270fec96536164;hp=cb20a73eb685d4b4a7ca97f96a990663f74095cf;hpb=fe875e6f18c4ed968f7b1534b4039c8a580b852b;p=supertux.git diff --git a/src/scripting/platform.cpp b/src/scripting/platform.cpp index cb20a73eb..fa44f2b3c 100644 --- a/src/scripting/platform.cpp +++ b/src/scripting/platform.cpp @@ -36,18 +36,18 @@ namespace Scripting Platform::~Platform() { } - - void Platform::goto_node(int node_no) + + void Platform::goto_node(int node_no) { platform->goto_node(node_no); } - void Platform::start_moving() + void Platform::start_moving() { platform->start_moving(); } - void Platform::stop_moving() + void Platform::stop_moving() { platform->stop_moving(); }