fix for uninitialized variable

This commit is contained in:
Sebastian Krzyszkowiak 2012-05-19 01:20:52 +02:00
parent 1fe1187085
commit 262d41925c

View file

@ -464,6 +464,7 @@ bool PassLevel(struct Game *game, struct TM_Action *action, enum TM_ActionState
}
void Level_Load(struct Game *game) {
game->level.failed=false;
game->level.hp=1;
game->level.cl_pos=0;
game->level.bg_pos=0;