Changeset 674 for abuse/trunk/src/particle.cpp
- Timestamp:
- May 16, 2011, 2:37:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/particle.cpp
r672 r674 165 165 for (part_animation *p=first_anim; p; p=p->next) 166 166 { 167 cache.part(p->seq->frames[p->frame])->draw(main_screen,p->x-v->xoff()+v-> cx1,p->y-v->yoff()+v->cy1,p->dir);167 cache.part(p->seq->frames[p->frame])->draw(main_screen,p->x-v->xoff()+v->m_aa.x,p->y-v->yoff()+v->m_aa.y,p->dir); 168 168 } 169 169 }
Note: See TracChangeset
for help on using the changeset viewer.