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

Comparing deliantra/server/server/time.C (file contents):
Revision 1.109 by root, Sat Apr 24 04:03:31 2010 UTC vs.
Revision 1.110 by root, Thu Apr 29 07:32:34 2010 UTC

655{ 655{
656 int was_reflected; 656 int was_reflected;
657 657
658 if (!op->map) 658 if (!op->map)
659 { 659 {
660 LOG (llevError, "BUG: Arrow had no map.\n"); 660 LOG (llevError | logBacktrace, "BUG: Arrow had no map.\n");
661 op->destroy (); 661 op->destroy ();
662 return; 662 return;
663 } 663 }
664 664
665 /* we need to stop thrown objects at some point. Like here. */ 665 /* we need to stop thrown objects at some point. Like here. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines