Skip to content

Commit

Permalink
Fix for uninitialized members
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Feb 13, 2015
1 parent 8f2d3b4 commit dfaf28a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/supertux/player_status.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit dfaf28a

Please sign in to comment.