Changeset 24075


Ignore:
Timestamp:
10/04/13 22:41:07 (9 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r24065 r24075  
    600600                if(player->container->selectedContainer == NULL)
    601601                        player->container->Command(player, CONTAINER_ADD, "mp3");
    602                
     602
    603603                if(player && player->container && player->container->selectedContainer)
    604604                {
     
    13621362        if(player && player->playback)
    13631363        {
    1364                 if(num >= 0 && num <= 9)
     1364                //if(num >= 0 && num <= 9)
    13651365                        player->playback->Command(player, PLAYBACK_SWITCH_AUDIO, (void*)&num);
    13661366        }
Note: See TracChangeset for help on using the changeset viewer.