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.169 by root, Wed Aug 1 01:07:42 2007 UTC vs.
Revision 1.170 by root, Wed Aug 1 01:53:13 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines