Mercurial > mm7
comparison mm7_5.cpp @ 924:a78f08dbeb88
CastSpellInfo
author | Ritor1 |
---|---|
date | Wed, 01 May 2013 14:50:52 +0600 |
parents | 3696848c0413 |
children | 6dd1766051cf |
comparison
equal
deleted
inserted
replaced
921:3696848c0413 | 924:a78f08dbeb88 |
---|---|
32 #include "Awards.h" | 32 #include "Awards.h" |
33 #include "Autonotes.h" | 33 #include "Autonotes.h" |
34 #include "stru160.h" | 34 #include "stru160.h" |
35 #include "stru279.h" | 35 #include "stru279.h" |
36 #include "TurnEngine.h" | 36 #include "TurnEngine.h" |
37 #include "stru277.h" | 37 #include "CastSpellInfo.h" |
38 #include "Weather.h" | 38 #include "Weather.h" |
39 #include "stru272.h" | 39 #include "stru272.h" |
40 #include "stru298.h" | 40 #include "stru298.h" |
41 #include "StorylineTextTable.h" | 41 #include "StorylineTextTable.h" |
42 #include "Events2D.h" | 42 #include "Events2D.h" |
1655 } | 1655 } |
1656 else | 1656 else |
1657 { | 1657 { |
1658 pParty->field_6E4 = 0; | 1658 pParty->field_6E4 = 0; |
1659 pParty->field_6E0 = 0; | 1659 pParty->field_6E0 = 0; |
1660 pStru277->_427D48(v0); | 1660 pCastSpellInfo->_427D48(v0); |
1661 sub_44603D(); | 1661 sub_44603D(); |
1662 pEventTimer->Pause(); | 1662 pEventTimer->Pause(); |
1663 pGameLoadingUI_ProgressBar->Initialize(GUIProgressBar::TYPE_Box); | 1663 pGameLoadingUI_ProgressBar->Initialize(GUIProgressBar::TYPE_Box); |
1664 ++pGameLoadingUI_ProgressBar->uProgressMax; | 1664 ++pGameLoadingUI_ProgressBar->uProgressMax; |
1665 SaveGame(v0, 0); | 1665 SaveGame(v0, 0); |
3307 dword_50C9D4 = 0; | 3307 dword_50C9D4 = 0; |
3308 dword_50C9D8 = 0; | 3308 dword_50C9D8 = 0; |
3309 } | 3309 } |
3310 } | 3310 } |
3311 } | 3311 } |
3312 pStru277->_427E01_cast_spell(); | 3312 pCastSpellInfo->_427E01_cast_spell(); |
3313 } | 3313 } |
3314 | 3314 |
3315 //----- (004356FF) -------------------------------------------------------- | 3315 //----- (004356FF) -------------------------------------------------------- |
3316 void __cdecl back_to_game() | 3316 void __cdecl back_to_game() |
3317 { | 3317 { |