comparison Actor.cpp @ 1012:9e823ad5eaa6

second msg_queue returned
author Gloval
date Sun, 19 May 2013 12:13:42 +0400
parents 3431f6abc786
children 9ac94d00012e
comparison
equal deleted inserted replaced
1011:f85a8305a57c 1012:9e823ad5eaa6
3143 3143
3144 for (uint i = 0; i < 22; ++i) 3144 for (uint i = 0; i < 22; ++i)
3145 actor->pActorBuffs[i].Reset(); 3145 actor->pActorBuffs[i].Reset();
3146 3146
3147 ItemGen drop; 3147 ItemGen drop;
3148 drop.Reset();
3148 switch (actor->pMonsterInfo.uID) 3149 switch (actor->pMonsterInfo.uID)
3149 { 3150 {
3150 case MONSTER_HARPY_1: case MONSTER_HARPY_2: case MONSTER_HARPY_3: 3151 case MONSTER_HARPY_1: case MONSTER_HARPY_2: case MONSTER_HARPY_3:
3151 drop.uItemID = ITEM_HARPY_FEATHER; 3152 drop.uItemID = ITEM_HARPY_FEATHER;
3152 break; 3153 break;