comparison NPC.cpp @ 682:ee978b573798

Слияние
author Ritor1
date Wed, 13 Mar 2013 18:54:30 +0600
parents c10163a6d946
children 8c6c41037c39
comparison
equal deleted inserted replaced
681:b54755fa0dbc 682:ee978b573798
674 } 674 }
675 pNPCDataBuff->uProfession = gen_profession - 1; 675 pNPCDataBuff->uProfession = gen_profession - 1;
676 pNPCDataBuff->Location2D = uLocation2D; 676 pNPCDataBuff->Location2D = uLocation2D;
677 pNPCDataBuff->field_24 = 1; 677 pNPCDataBuff->field_24 = 1;
678 pNPCDataBuff->joins = 1; 678 pNPCDataBuff->joins = 1;
679 pNPCDataBuff->evt_A = 0;
680 pNPCDataBuff->evt_B = 0;
681 pNPCDataBuff->evt_C = 0;
682 pNPCDataBuff->evt_D = 0;
683 pNPCDataBuff->evt_E = 0;
684 pNPCDataBuff->evt_F = 0;
679 } 685 }
680 686
681 //----- (00476387) -------------------------------------------------------- 687 //----- (00476387) --------------------------------------------------------
682 bool PartyHasDragon() 688 bool PartyHasDragon()
683 { 689 {