projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b082ae9
)
fixed the small fix :-)
author
Marek Moeckel
<wansti@gmx.de>
Mon, 18 Jul 2005 16:58:45 +0000
(16:58 +0000)
committer
Marek Moeckel
<wansti@gmx.de>
Mon, 18 Jul 2005 16:58:45 +0000
(16:58 +0000)
SVN-Revision: 2730
src/badguy/kugelblitz.cpp
patch
|
blob
|
history
diff --git
a/src/badguy/kugelblitz.cpp
b/src/badguy/kugelblitz.cpp
index
485cd74
..
bab4d32
100644
(file)
--- 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(
tru
e);
+ physic.enable_gravity(
fals
e);
}
void