Searched refs:nextPal (Results 1 – 1 of 1) sorted by relevance
242 TCPalette* thisPal, *nextPal; in TCSortPaletteByIndex() local253 nextPal = thisPal->next; in TCSortPaletteByIndex()255 if( nextPal->index < thisPal->index ) in TCSortPaletteByIndex()258 TCSwapPalette( thisPal, nextPal ); in TCSortPaletteByIndex()