OSDN Git Service

地形デバッグコマンドでのupdate指定忘れの修正.
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 22 Dec 2003 14:50:21 +0000 (14:50 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 22 Dec 2003 14:50:21 +0000 (14:50 +0000)
src/wizard2.c

index 87486c9..619944a 100644 (file)
@@ -1731,6 +1731,9 @@ static void do_cmd_wiz_create_feature(void)
                        c_ptr->info |= (CAVE_OBJECT);
        }
 
+       /* Update some things */
+       p_ptr->update |= (PU_VIEW | PU_LITE | PU_FLOW | PU_MONSTERS | PU_MON_LITE);
+
        prev_feat = tmp_feat;
        prev_mimic = tmp_mimic;
 }