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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.124 by root, Sat Jan 27 02:19:36 2007 UTC vs.
Revision 1.125 by root, Sat Jan 27 23:59:29 2007 UTC

2600{ 2600{
2601 static char info[256 * 4]; 2601 static char info[256 * 4];
2602 return debug_desc (info); 2602 return debug_desc (info);
2603} 2603}
2604 2604
2605struct region *
2606object::region () const
2607{
2608 return map ? map->region (x, y)
2609 : region::default_region ();
2610}
2611

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines