Mercurial > mm7
diff Chest.cpp @ 2333:82851980e3d8
Слияние
author | Ritor1 |
---|---|
date | Wed, 02 Apr 2014 20:53:47 +0600 |
parents | 9551756f46c4 |
children | ddb803517a48 |
line wrap: on
line diff
--- a/Chest.cpp Wed Apr 02 20:53:35 2014 +0600 +++ b/Chest.cpp Wed Apr 02 20:53:47 2014 +0600 @@ -132,7 +132,7 @@ v.y = pObjectY; v.z = pObjectZ; Vec3_int_::Rotate(pDepth, sRotX, sRotY, v, &pOut.x, &pOut.z, &pOut.y); - sub_42F7EB_DropItemAt(pSpriteID[pRandom], pOut.x, pOut.z, pOut.y, 0, 1, 0, 48, 0); + SpriteObject::sub_42F7EB_DropItemAt(pSpriteID[pRandom], pOut.x, pOut.z, pOut.y, 0, 1, 0, 48, 0); pSpellObject.stru_24.Reset(); pSpellObject.spell_skill = 0;