From 864c3ab284a8161307b729163a2cd9efd9223e09 Mon Sep 17 00:00:00 2001 From: nothere Date: Wed, 26 May 2004 15:40:55 +0000 Subject: [PATCH] =?utf8?q?feature=5Faction=5Fflags[]=E3=81=AB=E5=85=A5?= =?utf8?q?=E3=81=A3=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84=E3=82=A2=E3=82=AF?= =?utf8?q?=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=8C=E3=81=82=E3=81=A3=E3=81=9F?= =?utf8?q?=E3=81=AE=E3=81=A7=E8=BF=BD=E5=8A=A0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/tables.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tables.c b/src/tables.c index 9374b92e6..9d70ec3db 100644 --- a/src/tables.c +++ b/src/tables.c @@ -7246,4 +7246,7 @@ byte feature_action_flags[FF_FLAG_MAX] = 0, /* TOWN */ 0, /* ENTRANCE */ 0, /* MIRROR */ + 0, /* UNPERM */ + 0, /* TELEPORTABLE */ + 0, /* CONVERT */ }; -- 2.11.0