- code cleanup

- Verbeteringen in stoppen van audio
-- Simpelere afhandeling
-- Thread stopt wanneer (clip != null) ipv .stop()
This commit is contained in:
Bilel Bghiel
2015-06-19 19:40:35 +02:00
parent c019fdeea3
commit b86ce91755
11 changed files with 77 additions and 135 deletions
+3
View File
@@ -105,6 +105,9 @@ public class GameOverState extends GameState {
case 2:
gsm.setState(State.MENU_STATE);
break;
case 3:
gsm.setState(State.HELP_STATE);
break;
}