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

Comparing deliantra/server/common/map.C (file contents):
Revision 1.168 by root, Fri Nov 6 13:03:34 2009 UTC vs.
Revision 1.169 by root, Sat Nov 7 18:30:05 2009 UTC

1586 if (pick && pick->is_head ()) 1586 if (pick && pick->is_head ())
1587 return pick->head_ (); 1587 return pick->head_ ();
1588 } 1588 }
1589 1589
1590 // instead of crashing in the unlikely(?) case, try to return *something* 1590 // instead of crashing in the unlikely(?) case, try to return *something*
1591 return archetype::find ("bug"); 1591 return archetype::find (shstr_bug);
1592} 1592}
1593 1593
1594//-GPL 1594//-GPL
1595 1595
1596void 1596void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines