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

Comparing deliantra/server/server/main.C (file contents):
Revision 1.149 by root, Fri Mar 26 01:04:45 2010 UTC vs.
Revision 1.150 by root, Sun Apr 11 00:34:06 2010 UTC

233 prefetch (&next->anim_speed, 0, 1); 233 prefetch (&next->anim_speed, 0, 1);
234 prefetch (&next->contr , 0, 1); 234 prefetch (&next->contr , 0, 1);
235 } 235 }
236 236
237 /* Now process op */ 237 /* Now process op */
238 if (expect_false (QUERY_FLAG (op, FLAG_FREED))) 238 if (expect_false (op->flag [FLAG_FREED]))
239 { 239 {
240 LOG (llevError, "BUG: process_events(): Free object on list\n"); 240 LOG (llevError, "BUG: process_events(): Free object on list\n");
241 op->set_speed (0); 241 op->set_speed (0);
242 continue; 242 continue;
243 } 243 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines