From: Ari Johnson Date: Thu, 28 Jun 2007 00:05:39 +0000 (+0000) Subject: Added F_SELF to table for in-game control X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=ea61d468935511aff3d738735ba744ca5a3c801e;p=cobramush.git Added F_SELF to table for in-game control (cherry picked from commit 493d32f02333b7f7c2646f5540d7e5c95cd79fe9) --- diff --git a/src/flags.c b/src/flags.c index d1a8cc1..64f2829 100644 --- a/src/flags.c +++ b/src/flags.c @@ -216,6 +216,7 @@ static PRIV flag_privs[] = { {"mdark", '\0', F_MDARK, F_MDARK}, {"odark", '\0', F_ODARK, F_ODARK}, {"disabled", '\0', F_DISABLED, F_DISABLED}, + {"self", '\0', F_SELF, F_SELF}, {NULL, '\0', 0, 0} };