ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/image.C
(Generate patch)

Comparing deliantra/server/socket/image.C (file contents):
Revision 1.58 by root, Sat Dec 27 01:25:00 2008 UTC vs.
Revision 1.59 by root, Thu Sep 17 01:57:31 2009 UTC

183{ 183{
184 send_face (ob->face, 10); 184 send_face (ob->face, 10);
185 185
186 if (ob->animation_id) 186 if (ob->animation_id)
187 { 187 {
188 animation &anim = animations [ob->animation_id]; 188 const animation &anim = ob->anim ();
189 189
190 for (int i = 0; i < anim.num_animations; i++) 190 for (int i = 0; i < anim.num_animations; i++)
191 send_face (anim.faces [i], -10); 191 send_face (anim.faces [i], -10);
192 } 192 }
193} 193}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines