ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/object.h
(Generate patch)

Comparing deliantra/server/include/object.h (file contents):
Revision 1.200 by root, Tue May 5 04:51:56 2009 UTC vs.
Revision 1.201 by root, Sat Jun 27 03:51:05 2009 UTC

266 266
267 sint8 ACC (RW, item_power); /* power rating of the object */ 267 sint8 ACC (RW, item_power); /* power rating of the object */
268 // 8 free bits 268 // 8 free bits
269 269
270 float ACC (RW, move_slow_penalty); /* How much this slows down the object */ 270 float ACC (RW, move_slow_penalty); /* How much this slows down the object */
271 char *ACC (RW, spellarg); 271 shstr ACC (RW, spellarg); /* only used in arrows - get rid of it? */
272 272
273 /* Following are values used by any object */ 273 /* Following are values used by any object */
274 /* this objects turns into or what this object creates */ 274 /* this objects turns into or what this object creates */
275 treasurelist *ACC (RW, randomitems); /* Items to be generated */ 275 treasurelist *ACC (RW, randomitems); /* Items to be generated */
276 276

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines