• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisãoeaa67b28ca0d3569283670a6b822986c40b79479 (tree)
Hora2018-05-20 22:48:21
Autordhrname <dhrname@user...>
Commiterdhrname

Mensagem de Log

Modify the startest and the ST_copyNode function

Mudança Sumário

Diff

--- a/source_code/shadowstar.c
+++ b/source_code/shadowstar.c
@@ -976,13 +976,13 @@ ST_Node ST_getPreviewNode(ST_Node node)
976976 return ST_getSecondTree(node);
977977 }
978978
979-/*子ノードのリストをコピーするインライン関数
979+/*ノードリストをコピーするインライン関数
980980 * 下記のST_copyNode関数で使う*/
981-static inline ST_Node copy_nodelist(ST_Node node)
981+static inline ST_Node copy_nodelist(ST_Node nodelist)
982982 {
983983 /*現在のノード
984984 * 子ノードリストを逆配置にしたもので初期化*/
985- ST_Node cur = ST_reverse(ST_getLastChild(node));
985+ ST_Node cur = ST_reverse(nodelist);
986986
987987 /*コピーされたノード*/
988988 ST_Node copynode = ST_EMPTY;
Binary files a/source_code/shadowstar.o and b/source_code/shadowstar.o differ