Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 492 → Rev 493

/DUBwise/trunk/j2me/src/MKStatusVoice.java
106,12 → 106,13
{
 
try {
act_player_state=PLAYERSTATE_PLAYING;
 
if (up_player==null)
up_player=init_player("up");
 
 
up_player.start();
act_player_state=PLAYERSTATE_PLAYING;
}
catch (Exception e) {
121,12 → 122,11
 
public void play_down()
{
 
try {
act_player_state=PLAYERSTATE_PLAYING;
if (down_player==null)
down_player=init_player("down");
down_player.start();
act_player_state=PLAYERSTATE_PLAYING;
}
catch (Exception e) {