Changeset 265 for trunk/monsterz/mash.cpp
- Timestamp:
- Jan 23, 2011, 2:45:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/mash.cpp
r264 r265 75 75 Int2 cur = data->pieces[n]->GetPos(); 76 76 77 if (abs(cur.x - dest.x) > 24) 77 /* If piece is still too high, don't start the animation */ 78 if (cur.y - dest.y > 12) 78 79 inplace = 0; 79 80 }
Note: See TracChangeset
for help on using the changeset viewer.