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

Comparing deliantra/server/plugins/common/plugin_common.C (file contents):
Revision 1.7 by root, Mon Dec 25 11:25:49 2006 UTC vs.
Revision 1.8 by pippijn, Fri Mar 2 10:15:39 2007 UTC

690 int val; 690 int val;
691 cfapiObject_pickup(&val, op, what); 691 cfapiObject_pickup(&val, op, what);
692} 692}
693char* cf_strdup(char* txt) 693char* cf_strdup(char* txt)
694{ 694{
695 int val;
696 return (char*)strdup(txt); 695 return (char*)strdup(txt);
697} 696}
698int cf_map_get_flags( maptile* map, maptile** nmap, sint16 x, sint16 y, sint16* nx, sint16* ny ) 697int cf_map_get_flags( maptile* map, maptile** nmap, sint16 x, sint16 y, sint16* nx, sint16* ny )
699{ 698{
700 int val; 699 int val;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines