Changeset 274
- Timestamp:
- 06/26/08 06:20:01 (4 months ago)
- Files:
-
- GtkRadiant/trunk/libs/picomodel/lwo/lwob.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
GtkRadiant/trunk/libs/picomodel/lwo/lwob.c
r183 r274 71 71 clip->gamma.val = 1.0f; 72 72 73 if ( p = strstr( s, "(sequence)" )) {73 if ( (p = strstr( s, "(sequence)" )) != NULL ) { 74 74 p[ -1 ] = 0; 75 75 clip->type = ID_ISEQ; … … 82 82 } 83 83 84 *nclips++;84 (*nclips)++; 85 85 clip->index = *nclips; 86 86
