Changeset 24061
- Timestamp:
- 10/04/13 17:36:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/play.h
r24060 r24061 248 248 { 249 249 if(curtrackname != NULL && atoi(curtrackname) != 0) 250 tmp->handle = (char*)atoi(curtrackname);250 tmp->handle1 = (char*)atoi(curtrackname); 251 251 else 252 252 tmp->handle1 = (char*)(i / 2);
Note: See TracChangeset
for help on using the changeset viewer.