commit | 9845d1122367c2a40311b46e86b7314b5d14c43f | [log] [tgz] |
---|---|---|
author | Arathorn <mud@mg.mud.de> | Wed Jan 08 22:02:03 2020 +0100 |
committer | MG Mud User <mud@mg.mud.de> | Wed Jan 08 22:02:03 2020 +0100 |
tree | beadda3396e96317c26ae69b90359a5ac117a9f2 | |
parent | 4c9e19e6ed000ed829a96f1a2c8cce4fbfc81a98 [diff] |
Typfixes Change-Id: I29c337444e3379cdc58a014ca2e6d541ee7502b8
diff --git a/std/room/exits.c b/std/room/exits.c index 27f59d7..d0ead0b 100644 --- a/std/room/exits.c +++ b/std/room/exits.c
@@ -208,7 +208,8 @@ varargs string GetExits( object viewer ) { - string *indices, *hidden; + string *indices; + int|string* hidden; string exits; if ( QueryProp(P_DOOR_INFOS) )