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

Comparing deliantra/server/include/map.h (file contents):
Revision 1.136 by root, Sat Apr 23 04:56:49 2011 UTC vs.
Revision 1.137 by root, Tue May 3 04:40:29 2011 UTC

139 uint16_t ACC (RW, items_); // saturates at 64k 139 uint16_t ACC (RW, items_); // saturates at 64k
140 uint32_t ACC (RW, volume_); // ~dm³ (not cm³) (factor is actually 1024) 140 uint32_t ACC (RW, volume_); // ~dm³ (not cm³) (factor is actually 1024)
141 uint32_t ACC (RW, smell); // the last count a player was seen here, or 0 141 uint32_t ACC (RW, smell); // the last count a player was seen here, or 0
142 static uint32_t ACC (RW, smellcount); // global smell counter 142 static uint32_t ACC (RW, smellcount); // global smell counter
143 143
144 uint32_t pad1_, pad2_; // pad to 64 bytes on 64 bit systems 144 uint32_t pad1_; // pad to 64 bytes on 64 bit systems
145 145
146//-GPL 146//-GPL
147 147
148 void update_ (); 148 void update_ ();
149 MTH void update () 149 MTH void update ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines