Mercurial > mm7
comparison mm7_5.cpp @ 1517:c3da3c2985b8
Clean CastSpellInfo. (1)
author | yoctozepto |
---|---|
date | Wed, 04 Sep 2013 14:34:59 +0200 |
parents | 965af46e8793 |
children | 4c787c28ddce |
comparison
equal
deleted
inserted
replaced
1516:f3cd08b89476 | 1517:c3da3c2985b8 |
---|---|
1686 } | 1686 } |
1687 else | 1687 else |
1688 { | 1688 { |
1689 pParty->field_6E4 = 0; | 1689 pParty->field_6E4 = 0; |
1690 pParty->field_6E0 = 0; | 1690 pParty->field_6E0 = 0; |
1691 pCastSpellInfo.data()->_427D48(1); | 1691 CastSpellInfoHelpers::_427D48(); |
1692 DialogueEnding(); | 1692 DialogueEnding(); |
1693 pEventTimer->Pause(); | 1693 pEventTimer->Pause(); |
1694 pGameLoadingUI_ProgressBar->Initialize(GUIProgressBar::TYPE_Box); | 1694 pGameLoadingUI_ProgressBar->Initialize(GUIProgressBar::TYPE_Box); |
1695 ++pGameLoadingUI_ProgressBar->uProgressMax; | 1695 ++pGameLoadingUI_ProgressBar->uProgressMax; |
1696 SaveGame(1, 0); | 1696 SaveGame(1, 0); |
3233 dword_50C9D4 = 0; | 3233 dword_50C9D4 = 0; |
3234 dword_50C9D8 = 0; | 3234 dword_50C9D8 = 0; |
3235 } | 3235 } |
3236 } | 3236 } |
3237 } | 3237 } |
3238 pCastSpellInfo.data()->_427E01_cast_spell(); | 3238 CastSpellInfoHelpers::_427E01_cast_spell(); |
3239 } | 3239 } |
3240 | 3240 |
3241 //----- (004356FF) -------------------------------------------------------- | 3241 //----- (004356FF) -------------------------------------------------------- |
3242 void back_to_game() | 3242 void back_to_game() |
3243 { | 3243 { |