OSDN Git Service

自分中心で半径2以上の森の中で暁の戦士を倒すと必ず復活を阻止できるバグ
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 16 Aug 2003 09:46:08 +0000 (09:46 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 16 Aug 2003 09:46:08 +0000 (09:46 +0000)
を修正.

src/xtra2.c

index 14215db..af94651 100644 (file)
@@ -950,7 +950,7 @@ msg_print("
                                {
                                        scatter(&wy, &wx, py, px, 20, 0);
                                }
-                               while (!(in_bounds(wy, wx) && cave_floor_bold(wy, wx)) && --attempts);
+                               while (!(in_bounds(wy, wx) && cave_empty_bold2(wy, wx)) && --attempts);
 
                                if (attempts > 0)
                                {