Mercurial > mm7
comparison Engine/Objects/NPC.h @ 2575:a76d408c5132 tip
DrawTranslucent -> DrawTextureGrayShade
Removed old texture drawing stuff
author | a.parshin |
---|---|
date | Wed, 09 Mar 2016 01:39:52 +0200 |
parents | dd36326a9994 |
children |
comparison
equal
deleted
inserted
replaced
2574:dd36326a9994 | 2575:a76d408c5132 |
---|---|
196 static int dword_AE3370_LastMispronouncedNameResult; | 196 static int dword_AE3370_LastMispronouncedNameResult; |
197 }; | 197 }; |
198 #pragma pack(pop) | 198 #pragma pack(pop) |
199 | 199 |
200 extern int pDialogueNPCCount; | 200 extern int pDialogueNPCCount; |
201 extern std::array<struct Texture_MM7 *, 6> pDialogueNPCPortraits; | 201 extern std::array<class Image *, 6> pDialogueNPCPortraits; |
202 extern int uNumDialogueNPCPortraits; // weak | 202 extern int uNumDialogueNPCPortraits; // weak |
203 extern struct NPCStats *pNPCStats; | 203 extern struct NPCStats *pNPCStats; |
204 | 204 |
205 bool PartyHasDragon(); | 205 bool PartyHasDragon(); |
206 bool CheckHiredNPCSpeciality(unsigned int uProfession); | 206 bool CheckHiredNPCSpeciality(unsigned int uProfession); |