• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

無人機動兵器ダンジョン探索ゲーム JAVAベース


Commit MetaInfo

Revision27 (tree)
Time2015-06-25 23:15:58
Authormanjihq

Log Message

チケット#50499:階段昇降を無限に繰り返すへの対応

Change Summary

Incremental Difference

--- CarnageHack2/trunk/src/CarnageHack/Oke.java (revision 26)
+++ CarnageHack2/trunk/src/CarnageHack/Oke.java (revision 27)
@@ -773,15 +773,6 @@
773773 get_item_task(dungeon, x, y);
774774 }
775775 }
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- }
785776 if (deltax != 0 || deltay != 0) {
786777 boolean ismove = false;
787778 int move_count = 1;