Subversion Repositories Projects

Rev

Rev 382 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 382 Rev 493
Line 104... Line 104...
104
 
104
 
105
    public void play_up()
105
    public void play_up()
Line 106... Line 106...
106
    {
106
    {
107
 
-
 
-
 
107
 
108
        try {
108
        try {
109
            act_player_state=PLAYERSTATE_PLAYING;
109
 
Line 110... Line 110...
110
            if (up_player==null)
110
            if (up_player==null)
-
 
111
                up_player=init_player("up");
111
                up_player=init_player("up");
112
 
112
 
113
 
Line 113... Line 114...
113
 
114
            up_player.start(); 
114
            up_player.start(); 
115
            act_player_state=PLAYERSTATE_PLAYING;
Line 115... Line 116...
115
        }
116
        }
116
        catch (Exception e)  {
117
        catch (Exception e)  {
117
           
-
 
118
        }      
118
           
119
    }
-
 
120
 
119
        }      
121
 
120
    }
122
    public void play_down()
121
 
-
 
122
 
123
    {
123
    public void play_down()
124
 
124
    {
Line 125... Line 125...
125
        try {
125
        try {
126
            act_player_state=PLAYERSTATE_PLAYING;
126
            if (down_player==null)