• 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

Revision7 (tree)
Time2015-06-01 01:56:49
Authormanjihq

Log Message

マッチデータの保存が正常にできないのを修正

Change Summary

Incremental Difference

--- chexaFormation/trunk/src/chexaformation/cheFile.java (revision 6)
+++ chexaFormation/trunk/src/chexaformation/cheFile.java (revision 7)
@@ -481,7 +481,6 @@
481481 }
482482 Arrays.fill(match_data, 0, 27, (byte) 0);
483483 System.arraycopy(work, 0, match_data, 0, ncpy);
484- System.arraycopy(work, 0, match_data, 0x00000168, ncpy);
485484 } catch (UnsupportedEncodingException ex) {
486485 Logger.getLogger(cheFile.class.getName()).log(Level.SEVERE,
487486 null, ex);