OSDN Git Service

ver0.631
[awarsiii/AwarsIV.git] / Awars III / ChipView.m
index 2023e35..5313865 100755 (executable)
             for(by=0;by<8;by++){
                 [self DrawImage:chip x:bx*32 y:by*32 cx:bx cy:by];
                 NSImage *BCI = BC[(by*3 + bx)+(BuildChipListIndex-1)*24].img;
-                [BCI setFlipped:NO];
+                
                 [self DrawImage:BCI x:bx*32 y:by*32 cx:bx cy:by];
             }
         }
             for(by=0;by<8;by++){
                 [self DrawImage:chip x:bx*32 y:by*32 cx:bx cy:by];
                 NSImage *UCI = UC[(by*3 + bx)+(UnitChipListIndex-1)*24].img;
-                [UCI setFlipped:NO];
+                
                 [self DrawImage:UCI x:bx*32 y:by*32 cx:bx cy:by];
             }
         }
         for(by=0;by<8;by++){
             [self DrawImage:chip x:bx*32 y:by*32 cx:bx cy:by];
             NSImage *LCI = LC[(by*3 + bx)+(LoadChipListIndex-1)*24].img;
-            //[UCI setFlipped:true];
+            
             [self DrawImage:LCI x:bx*32 y:by*32 cx:bx cy:by];
             }
         }