Mercurial > mm7
diff Spells.cpp @ 1296:c423f946dc99
moving files continue
author | Ritor1 |
---|---|
date | Tue, 18 Jun 2013 17:28:11 +0600 |
parents | 86a83e12d795 |
children | 5450af4f57ef |
line wrap: on
line diff
--- a/Spells.cpp Mon Jun 17 17:34:01 2013 +0600 +++ b/Spells.cpp Tue Jun 18 17:28:11 2013 +0600 @@ -1163,4 +1163,16 @@ //if ( levela ) LABEL_139: pAudioPlayer->PlaySound((SoundID)word_4EE088_sound_ids[spellnum], 0, 0, fromx, fromy, 0, 0, 0); +} +//----- (00427769) -------------------------------------------------------- +bool __fastcall sub_427769_spell(unsigned int uSpellID) +{ + bool result; // eax@2 + + __debugbreak(); // refactor + if ( *(&pSpellDatas[0].field_12 + 20 * uSpellID) & 0xC ) + result = 1; + else + result = 0; + return result; } \ No newline at end of file