Re: [code][newbie]modifying int damage and void hit in fight.c

From: Tony Robbins (tonyr@pacific101.com)
Date: 08/08/99


[snip]
> The "calc_thaco--;" line is the same as:
>    calc_thaco += 1;
> which is the same as:
>    calc_thaco = calc_thaco +1;
[snip]

Erm, you meant that:
  calc_thaco--;
  calc_thaco -= 1;
  calc_thaco = calc_thaco - 1;
are all the same.

-k.


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST