OSDN Git Service

feature_action_flags[]に入っていないアクションがあったので追加.
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Wed, 26 May 2004 15:40:55 +0000 (15:40 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Wed, 26 May 2004 15:40:55 +0000 (15:40 +0000)
src/tables.c

index 9374b92..9d70ec3 100644 (file)
@@ -7246,4 +7246,7 @@ byte feature_action_flags[FF_FLAG_MAX] =
        0, /* TOWN */
        0, /* ENTRANCE */
        0, /* MIRROR */
+       0, /* UNPERM */
+       0, /* TELEPORTABLE */
+       0, /* CONVERT */
 };