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

Comparing deliantra/server/server/plugins.C (file contents):
Revision 1.29 by root, Wed Dec 20 09:14:22 2006 UTC vs.
Revision 1.30 by root, Wed Dec 20 11:36:39 2006 UTC

1035 1035
1036 map = va_arg (args, maptile *); 1036 map = va_arg (args, maptile *);
1037 x = va_arg (args, int); 1037 x = va_arg (args, int);
1038 y = va_arg (args, int); 1038 y = va_arg (args, int);
1039 1039
1040 update_position (map, x, y); 1040 map->at (x, y).flags_ |= P_NEED_UPDATE;
1041
1041 va_end (args); 1042 va_end (args);
1042 *type = CFAPI_NONE; 1043 *type = CFAPI_NONE;
1043 return NULL; 1044 return NULL;
1044} 1045}
1045 1046

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines