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.65 by root, Sat Dec 30 20:32:30 2006 UTC vs.
Revision 1.66 by elmex, Sat Dec 30 21:07:46 2006 UTC

417 free (dump); 417 free (dump);
418 op->destroy (); 418 op->destroy ();
419 continue; 419 continue;
420 } 420 }
421 421
422 if (!op->speed) 422 if (!op->has_active_speed ())
423 { 423 {
424 LOG (llevError, "BUG: process_events(): Object %s has no speed, " 424 LOG (llevError, "BUG: process_events(): Object %s has no speed (%f), "
425 "but is on active list\n", &op->arch->name); 425 "but is on active list\n", op->debug_desc (), op->speed);
426 op->set_speed (0); 426 op->set_speed (0);
427 continue; 427 continue;
428 } 428 }
429 429
430 if (op->map == NULL && op->env == NULL && op->name && op->type != MAP) 430 if (op->map == NULL && op->env == NULL && op->name && op->type != MAP)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines