From: Marek Moeckel Date: Mon, 18 Jul 2005 16:58:45 +0000 (+0000) Subject: fixed the small fix :-) X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=680d0b663b56663d7277251358bc6e5cdaf10037;p=supertux.git fixed the small fix :-) SVN-Revision: 2730 --- diff --git a/src/badguy/kugelblitz.cpp b/src/badguy/kugelblitz.cpp index 485cd7450..bab4d32ac 100644 --- a/src/badguy/kugelblitz.cpp +++ b/src/badguy/kugelblitz.cpp @@ -33,7 +33,7 @@ Kugelblitz::Kugelblitz(const lisp::Lisp& reader) bbox.set_size(63.8, 127.8); sprite = sprite_manager->create("kugelblitz"); sprite->set_action("falling"); - physic.enable_gravity(true); + physic.enable_gravity(false); } void