projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
328e839
)
Conflict fix
author
Ari Johnson
<ari@theari.com>
Fri, 22 May 2009 15:04:49 +0000
(15:04 +0000)
committer
Ari Johnson
<ari@theari.com>
Fri, 22 May 2009 15:04:49 +0000
(15:04 +0000)
hdrs/lock.h
patch
|
blob
|
history
diff --git
a/hdrs/lock.h
b/hdrs/lock.h
index 238b865f9211702d629b18dd789080f76adde141..494c660e0940a253ce33feddce639bb7640e43c4 100644
(file)
--- a/
hdrs/lock.h
+++ b/
hdrs/lock.h
@@
-109,7
+109,7
@@
extern const lock_type Dropto_Lock; /* Who follows the dropto of this room? */
extern const lock_type Destroy_Lock; /* Who can @dest me if I'm dest_ok? */
extern const lock_type Interact_Lock;
extern const lock_type MailForward_Lock; /* Who can forward mail to me */
-extern const lock_type Take_Lock;
+extern const lock_type Take_Lock;
/* Who can take from the contents of this object? */
/* channel locks */
#ifdef NEWCHAT
extern const lock_type chan_speak_lock;