diff TurnEngine.cpp @ 2057:b7485a6502f2

AgressorAtackInfo
author Ritor1
date Sun, 01 Dec 2013 20:13:48 +0600
parents 28cb79ae2f6f
children f9698295c0bd
line wrap: on
line diff
--- a/TurnEngine.cpp	Sat Nov 30 21:00:37 2013 +0200
+++ b/TurnEngine.cpp	Sun Dec 01 20:13:48 2013 +0600
@@ -728,7 +728,7 @@
                          {
                            case  AIState::AttackingMelee:
                              v19 = pActors[v4].special_ability_use_check(v4);
-                             stru_50FE08.Add( v28->uPackedID,  5120,  v5->vPosition.x, v5->vPosition.y, v5->vPosition.z + ((signed int)v5->uActorHeight >> 1), v19,  1);
+                             AgressorAtackInfo.Add( v28->uPackedID,  5120,  v5->vPosition.x, v5->vPosition.y, v5->vPosition.z + ((signed int)v5->uActorHeight >> 1), v19,  1);
                              Actor::AI_Stand(v4, a2a, 0, &a4);
                              break;
                            case AIState::AttackingRanged1:
@@ -768,7 +768,7 @@
         }
         
     }
-// 50FE08: using guessed type stru298 stru_50FE08;
+// 50FE08: using guessed type stru298 AgressorAtackInfo;
 
 //----- (0040680F) --------------------------------------------------------
 void stru262_TurnBased::AI_Action_( int queue_index )