OSDN Git Service

v0.655
authorKillery <Killery@kiritani-no-mac-mini.local>
Sun, 26 Jun 2016 04:23:26 +0000 (13:23 +0900)
committerKillery <Killery@kiritani-no-Mac-mini.local>
Sun, 26 Jun 2016 04:23:26 +0000 (13:23 +0900)
Awars III/FieldScene.m

index 2242085..ac8d9eb 100755 (executable)
     
     }
     
+    [self EventFunc:true];
     
     if(extentBattleFlag){
         if(!battleSetUp){
         battleFlag = false;
     }
     
-ahhh:{}
+    if(battleSetUp){
+        if(!battleSetUpIgnore){
+            [self AttackDisplay];
+            
+            windowPoint.x = [mapWindow frame].origin.x;
+            windowPoint.y = [mapWindow frame].origin.y;
+            [battleWindow setFrameOrigin:windowPoint];
+            [battleWindow makeKeyAndOrderFront:nil];
+            battleRdy = true;
+        }else{
+            [mapWindow makeKeyAndOrderFront:nil];
+        }
+        
+    }
     
-    [self EventFunc:true];
+ahhh:{}
     
     if(setBattleModeFlag){
         if(!battleReadyUpFlag){battleReadyUpFlag = true;
@@ -1869,20 +1883,7 @@ ahhh:{}
     }
         break;
     }
-    if(battleSetUp){
-        if(!battleSetUpIgnore){
-            [self AttackDisplay];
-            
-        windowPoint.x = [mapWindow frame].origin.x;
-        windowPoint.y = [mapWindow frame].origin.y;
-        [battleWindow setFrameOrigin:windowPoint];
-        [battleWindow makeKeyAndOrderFront:nil];
-        battleRdy = true;
-        }else{
-            [mapWindow makeKeyAndOrderFront:nil];
-        }
-            
-    }
+  
     
     
     if(battleRdy){