PennMUSH Community
Show
Ignore:
Timestamp:
07/08/07 20:50:12 (1 year ago)
Author:
shawnw
Message:

Merged 1.8.3p4 into trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/hdrs/mushdb.h

    r919 r1032  
    6262 
    6363/* Can p locate x? */ 
    64 int unfindable(dbref); 
     64bool unfindable(dbref); 
    6565#define Can_Locate(p,x) \ 
    6666    (controls(p,x) || nearby(p,x) || See_All(p) \