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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.167 by root, Sat Jul 21 18:01:25 2007 UTC vs.
Revision 1.168 by root, Thu Jul 26 00:27:07 2007 UTC

2728 force->flag [FLAG_APPLIED] = true; 2728 force->flag [FLAG_APPLIED] = true;
2729 2729
2730 insert (force); 2730 insert (force);
2731} 2731}
2732 2732
2733 2733void
2734object::play_sound (faceidx sound) const
2735{
2736 if (map)
2737 map->play_sound (sound, x, y);
2738}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines