Live game status bugfix.

This commit is contained in:
gyboth 2009-04-28 08:06:37 +00:00
parent 360252dc6b
commit 8441cb596e
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) if(stat2 != -1 || stat5 < -1000)
lg_commentary_free_tokens(); lg_commentary_free_tokens();
game_post_match(fix); game_post_match(fix);
stat0 = STATUS_NONE;
} }
else if(stat0 == STATUS_LIVE_GAME_CHANGE) else if(stat0 == STATUS_LIVE_GAME_CHANGE)
live_game_resume(); live_game_resume();