Changeset 24058


Ignore:
Timestamp:
10/04/13 17:15:46 (9 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r24023 r24058  
    11601160                                }
    11611161                }
     1162               
     1163                int i = 0;
     1164                while(TrackList[i] != NULL)
     1165                {
     1166                        string_newline(TrackList[i]);
     1167                        i += 2;
     1168                }
    11621169       
    11631170                if(TrackList != NULL)
    11641171                {
    11651172                        debug(150, "Track List");
    1166                         int i = 0;
     1173                        i = 0;
    11671174                        while(TrackList[i] != NULL)
    11681175                        {
Note: See TracChangeset for help on using the changeset viewer.