X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Ftoad.cpp;h=3df4901f26bd1452fae40d73255d4f399dc2d246;hb=7a6f00e27bdc0aac2107506c3b00cbf0bf1cccc5;hp=1657a9b2672cef15da030850a727bb9e5ae021e3;hpb=22ebbf03379aad8d3fc704e47e6cfa7acca8651d;p=supertux.git diff --git a/src/badguy/toad.cpp b/src/badguy/toad.cpp index 1657a9b26..3df4901f2 100644 --- a/src/badguy/toad.cpp +++ b/src/badguy/toad.cpp @@ -1,4 +1,4 @@ -// $Id: toad.cpp 4192 2006-08-16 23:25:39Z sommer $ +// $Id$ // // Toad - A jumping toad // Copyright (C) 2006 Christoph Sommer @@ -51,7 +51,7 @@ Toad::write(lisp::Writer& writer) } void -Toad::activate() +Toad::initialize() { // initial state is JUMPING, because we might start airborne state = JUMPING;