comparison game/Engine.java @ 108:ae66d21d4747 dev-0_70

Disable piece placement sound.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2011 22:29:54 +0200
parents 41c6cca69d60
children 8c3bc197310d
comparison
equal deleted inserted replaced
107:dd896bc7352b 108:ae66d21d4747
213 public GameBoard(IDMPoint pos, float ps) 213 public GameBoard(IDMPoint pos, float ps)
214 { 214 {
215 super(pos); 215 super(pos);
216 pscale = ps; 216 pscale = ps;
217 217
218 sndPlaced = G.smgr.getSound("sounds/placed.wav"); 218 // sndPlaced = G.smgr.getSound("sounds/placed.wav");
219 219
220 startNewGame(); 220 startNewGame();
221 } 221 }
222 222
223 public void startNewGame() 223 public void startNewGame()