Changeset 24061


Ignore:
Timestamp:
10/04/13 17:36:53 (10 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r24060 r24061  
    248248                                {
    249249                                        if(curtrackname != NULL && atoi(curtrackname) != 0)
    250                                                 tmp->handle = (char*)atoi(curtrackname);
     250                                                tmp->handle1 = (char*)atoi(curtrackname);
    251251                                        else
    252252                                                tmp->handle1 = (char*)(i / 2);
Note: See TracChangeset for help on using the changeset viewer.