From 0faacd5cf370c150d1816ecc60d8718a9bfad246 Mon Sep 17 00:00:00 2001 From: Killery Date: Mon, 28 Dec 2015 09:13:23 +0900 Subject: [PATCH] =?utf8?q?=E3=83=95=E3=82=99=E3=83=AC=E3=82=A4=E3=82=AF?= =?utf8?q?=E3=83=8F=E3=82=99=E3=82=AF=E3=82=99=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Awars III/UnitChipList.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Awars III/UnitChipList.m b/Awars III/UnitChipList.m index a2eb2fd..319b7d4 100644 --- a/Awars III/UnitChipList.m +++ b/Awars III/UnitChipList.m @@ -4672,6 +4672,7 @@ bool eHandLFlag = false; UC[i].R_M.stub = 100; UC[i].R_M.water = 100; + } [dict setValue:UC[i].img forKey:@"img"]; @@ -5726,7 +5727,7 @@ bool eHandLFlag = false; A->dmgExtend = 0; A->D = NULL; A->E = NULL; - + A->AN.movName = [@"" retain]; return A; } -- 2.11.0