Fixed a sound bugg and added a new load bar.

This commit is contained in:
Ziver Koc 2007-04-30 15:17:15 +00:00
parent 88fcd15266
commit 7aa445f694
8 changed files with 11 additions and 12 deletions

View file

@ -2,6 +2,7 @@ package ei.game.gamestate;
import ei.engine.scene.Node;
import ei.engine.sound.Sound;
import ei.engine.sound.SoundManager;
import ei.engine.state.GameState;
import ei.game.hud.InGameHud;
import ei.game.input.InGameKeyboardInput;
@ -29,6 +30,7 @@ public class InGameState extends GameState{
public void init() {
PlayerHandler.getInstance().clear();
WeaponHandler.getInstance().clear();
SoundManager.getInstnace().clear();
rootNode = new Node("InGameNode");