remove the end game timer
This commit is contained in:
parent
20194d58b3
commit
653d27d7b2
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user