• R/O
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

どうぶつしょうぎの完全解析をするGUI


Commit MetaInfo

修订版26 (tree)
时间2015-07-22 13:20:12
作者bellyoshi

Log Message

更改概述

差异

--- doubutu.UI.Form/Board.vb (revision 25)
+++ doubutu.UI.Form/Board.vb (revision 26)
@@ -189,7 +189,7 @@
189189 If _logs(_turnCount) <> move Then
190190 _logs(_turnCount) = move
191191 End If
192- For i As Integer = _logs.Count - 1 To _turnCount + 1
192+ For i As Integer = _logs.Count - 1 To _turnCount + 1 Step -1
193193 _logs.RemoveAt(i)
194194 Next
195195 End If