From: Ari Johnson Date: Mon, 14 Dec 2015 15:52:33 +0000 (-0500) Subject: Fix compiler warning when compiling with RPMODE_SYS enabled X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=bbedf0abe749712a975717bf0c5190bcb2dc48a7;p=cobramush.git Fix compiler warning when compiling with RPMODE_SYS enabled --- diff --git a/src/flags.c b/src/flags.c index 6a0d8f9..3612882 100644 --- a/src/flags.c +++ b/src/flags.c @@ -1386,7 +1386,7 @@ set_flag(dbref player, dbref thing, const char *flag, int negate, char icloc_buf[BUFFER_LEN]; char *tp2, *tp3; ATTR *a, *icloc_ptr; - dbref icloc, absroom; + dbref icloc = NOTHING, absroom; #endif /* RPMODE_SYS */ FLAGSPACE *n;