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

Comparing deliantra/server/common/friend.C (file contents):
Revision 1.30 by root, Wed Nov 16 23:41:59 2016 UTC vs.
Revision 1.31 by root, Sun Jan 29 02:47:04 2017 UTC

36 objectlink *ol; 36 objectlink *ol;
37 37
38 /* Add some error checking. This shouldn't happen, but the friendly 38 /* Add some error checking. This shouldn't happen, but the friendly
39 * object list usually isn't very long, and remove_friendly_object 39 * object list usually isn't very long, and remove_friendly_object
40 * won't remove it either. Plus, it is easier to put a breakpoint in 40 * won't remove it either. Plus, it is easier to put a breakpoint in
41 * the debugger here and see where the problem is happening. 41 * the debugger here and see where the problem is happening.
42 */ 42 */
43 for (ol = first_friendly_object; ol; ol = ol->next) 43 for (ol = first_friendly_object; ol; ol = ol->next)
44 { 44 {
45 if (ol->ob == op) 45 if (ol->ob == op)
46 { 46 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines