fix uninitialized angle value of owl in intro

This commit is contained in:
Sebastian Krzyszkowiak 2012-06-19 17:27:05 +02:00
parent 86f9a3f819
commit 64d0e30135

View file

@ -331,6 +331,7 @@ void Level_Load(struct Game *game) {
obst->blanks = 0;
obst->anim_speed = 0;
obst->tmp_pos = 0;
obst->angle = 0;
obst->callback = NULL;
obst->data = NULL;
obst->bitmap = &(game->level.owl);