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

Comparing deliantra/server/common/exp.C (file contents):
Revision 1.12 by root, Sun Jan 21 21:28:27 2007 UTC vs.
Revision 1.13 by root, Thu May 17 13:24:54 2007 UTC

79 * It's far from perfect, and doesn't consider everything which 79 * It's far from perfect, and doesn't consider everything which
80 * can be considered, thus it's only used in debugging. 80 * can be considered, thus it's only used in debugging.
81 * this is only used with one of the dumpflags, 81 * this is only used with one of the dumpflags,
82 * and not anyplace in the code. 82 * and not anyplace in the code.
83 */ 83 */
84
85int 84int
86new_exp (const object *ob) 85new_exp (const object *ob)
87{ 86{
88 double att_mult, prot_mult, spec_mult; 87 double att_mult, prot_mult, spec_mult;
89 double exp; 88 double exp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines