無人機動兵器ダンジョン探索ゲーム JAVAベース
チケット#50499:階段昇降を無限に繰り返すへの対応
| @@ -773,15 +773,6 @@ | ||
| 773 | 773 | get_item_task(dungeon, x, y); |
| 774 | 774 | } |
| 775 | 775 | } |
| 776 | - if (status == STATUS_STAIRS) { | |
| 777 | - if (updown_stairs_task(dungeon) == true) { | |
| 778 | - deltax = 0; | |
| 779 | - deltay = 0; | |
| 780 | - subx = 0; | |
| 781 | - suby = 0; | |
| 782 | - return; | |
| 783 | - } | |
| 784 | - } | |
| 785 | 776 | if (deltax != 0 || deltay != 0) { |
| 786 | 777 | boolean ismove = false; |
| 787 | 778 | int move_count = 1; |