ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.328 by root, Tue Nov 3 22:57:06 2009 UTC vs.
Revision 1.329 by root, Wed Nov 4 17:24:00 2009 UTC

2222object *insert_ob_in_map_at (object *ob, maptile *where, object_ornull *orig, int flag, int x, int y) 2222object *insert_ob_in_map_at (object *ob, maptile *where, object_ornull *orig, int flag, int x, int y)
2223 PROTOTYPE: $$$$$$ 2223 PROTOTYPE: $$$$$$
2224 CODE: 2224 CODE:
2225{ 2225{
2226 RETVAL = insert_ob_in_map_at (ob, where, orig, flag, x, y); 2226 RETVAL = insert_ob_in_map_at (ob, where, orig, flag, x, y);
2227
2228 if (RETVAL->destroyed ())
2229 RETVAL = 0;
2227} 2230}
2228 2231
2229shstr 2232shstr
2230object::kv_get (shstr key) 2233object::kv_get (shstr key)
2231 2234

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines