efbb: also unfreeze end timer

SVN revision: 81400
This commit is contained in:
Leandro Dorileo 2012-12-19 20:07:19 +00:00
parent 0e948d57d1
commit 63576c0267
1 changed files with 1 additions and 0 deletions

View File

@ -715,6 +715,7 @@ level_unload(Game *game)
if (game->end_timer)
{
ecore_timer_thaw(game->end_timer);
ecore_timer_del(game->end_timer);
game->end_timer = NULL;
}