remove the end game timer

This commit is contained in:
yugecin 2016-12-24 14:43:53 +01:00
parent 20194d58b3
commit 653d27d7b2

View File

@ -961,7 +961,7 @@ public class Game extends BasicGameState {
// start timer // start timer
gameFinished = true; gameFinished = true;
gameFinishedTimer.setTime(0); gameFinishedTimer.setTime(2500);
return; return;
} }