Changeset 642 for abuse/trunk/src/morpher.cpp
- Timestamp:
- May 13, 2011, 9:13:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/morpher.cpp
r555 r642 38 38 { 39 39 mor=NULL; 40 character_type *t1=figures[who->otype],*t2=figures[to_type];40 CharacterType *t1=figures[who->otype],*t2=figures[to_type]; 41 41 if (!t1->has_sequence(morph_pose) || t1->morph_mask<0 || 42 42 !t2->has_sequence(morph_pose) || t2->morph_mask<0)
Note: See TracChangeset
for help on using the changeset viewer.