Live game status bugfix.

This commit is contained in:
gyboth 2009-04-28 08:06:37 +00:00
parent 4a50ed83cf
commit 59d9aad532
2 changed files with 2 additions and 1 deletions

View File

@ -100,6 +100,7 @@ live_game_calculate_fixture(Fixture *fix, LiveGame *live_game)
if(stat2 != -1 || stat5 < -1000)
lg_commentary_free_tokens();
game_post_match(fix);
stat0 = STATUS_NONE;
}
else if(stat0 == STATUS_LIVE_GAME_CHANGE)
live_game_resume();