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.118 by root, Sun Nov 8 16:13:45 2009 UTC vs.
Revision 1.119 by root, Sun Nov 8 16:14:28 2009 UTC

151 assert (sint8 (-1 & ~P_UPTODATE) >= 0); 151 assert (sint8 (-1 & ~P_UPTODATE) >= 0);
152 152
153 if (expect_false (sint8 (flags_) >= 0)) 153 if (expect_false (sint8 (flags_) >= 0))
154 update_ (); 154 update_ ();
155 155
156 // must be true by now 156 // must be true by now (gcc seems content with only the second test)
157 assume (sint8 (flags_) < 0); 157 assume (sint8 (flags_) < 0);
158 assume (flags_ & P_UPTODATE); 158 assume (flags_ & P_UPTODATE);
159 } 159 }
160 160
161 MTH uint8 flags () 161 MTH uint8 flags ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines