projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2d3b4
)
Fix for uninitialized members
author
Tobias Markus
<tobbi@mozilla-uk.org>
Fri, 13 Feb 2015 15:46:47 +0000
(16:46 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Fri, 13 Feb 2015 15:46:47 +0000
(16:46 +0100)
src/supertux/player_status.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/player_status.cpp
b/src/supertux/player_status.cpp
index
a66663b
..
2ce2de7
100644
(file)
--- a/
src/supertux/player_status.cpp
+++ b/
src/supertux/player_status.cpp
@@
-40,6
+40,8
@@
PlayerStatus::PlayerStatus() :
bonus(NO_BONUS),
max_fire_bullets(0),
max_ice_bullets(0),
+ max_air_time(0),
+ max_earth_time(0),
displayed_coins(DISPLAYED_COINS_UNSET),
displayed_coins_frame(0),
coin_surface()