refs #250
refs #247
refs #246
dbref thing, creator;
char *p, *arg1;
ATTR *ptr;
- int status = 0;
+ int status = 0; /* FIXME: temporary workaround, see #246 */
boolexp key;
if (!arg2 || !*arg2)
FUNCTION(fun_break) {
- int i = 0;
+ int i = 0; /* FIXME: temporary workaround, see #247 */
if(!args[0] || !*args[0])
i = 0;
MATCH_FUNC(match_exit)
{
dbref loc;
- int mret = MATCH_EXACT; /* FIXME: temporary workaround */
+ int mret = MATCH_EXACT; /* FIXME: temporary workaround, see #250 */
loc = (IsRoom(who)) ? who : Location(who);
if (flags & MAT_REMOTES) {