3 Commits

Author SHA1 Message Date
Kevin Shanahan
bea77b4b38 nq: Store item info within stats in client state
Make NQ store the item status within the stats array in the client state,
consistent with QW.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-10-21 15:22:32 +10:30
Tyrann
05fdf8ca3c Remove some unneeded variables
clang pointed out a number of "unused" variables. These are "used" in
the sense that we do assign things to them, but the results are never
looked at.

As far as I can tell, all the cases included in this commit don't
point to any subtle bugs and should be safe to remove.
2011-12-28 11:51:25 +10:00
Tyrann
130e22195a Import v0.47 sources 2006-09-10 19:02:51 +09:30