diff mm7_5.cpp @ 924:a78f08dbeb88

CastSpellInfo
author Ritor1
date Wed, 01 May 2013 14:50:52 +0600
parents 3696848c0413
children 6dd1766051cf
line wrap: on
line diff
--- a/mm7_5.cpp	Tue Apr 30 20:08:42 2013 +0600
+++ b/mm7_5.cpp	Wed May 01 14:50:52 2013 +0600
@@ -34,7 +34,7 @@
 #include "stru160.h"
 #include "stru279.h"
 #include "TurnEngine.h"
-#include "stru277.h"
+#include "CastSpellInfo.h"
 #include "Weather.h"
 #include "stru272.h"
 #include "stru298.h"
@@ -1657,7 +1657,7 @@
           {
             pParty->field_6E4 = 0;
             pParty->field_6E0 = 0;
-            pStru277->_427D48(v0);
+            pCastSpellInfo->_427D48(v0);
             sub_44603D();
             pEventTimer->Pause();
             pGameLoadingUI_ProgressBar->Initialize(GUIProgressBar::TYPE_Box);
@@ -3309,7 +3309,7 @@
       }
     }
   }
-  pStru277->_427E01_cast_spell();
+  pCastSpellInfo->_427E01_cast_spell();
 }
 
 //----- (004356FF) --------------------------------------------------------