Mercurial > mm7
comparison Engine/Objects/NPC.cpp @ 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 |
---|---|
18 #include "Media/Audio/AudioPlayer.h" | 18 #include "Media/Audio/AudioPlayer.h" |
19 #include "../Spells/CastSpellInfo.h" | 19 #include "../Spells/CastSpellInfo.h" |
20 #include "../Graphics/Overlays.h" | 20 #include "../Graphics/Overlays.h" |
21 | 21 |
22 int pDialogueNPCCount; | 22 int pDialogueNPCCount; |
23 std::array<struct Texture_MM7 *, 6> pDialogueNPCPortraits; | 23 std::array<class Image *, 6> pDialogueNPCPortraits; |
24 int uNumDialogueNPCPortraits; // weak | 24 int uNumDialogueNPCPortraits; // weak |
25 struct NPCStats *pNPCStats = nullptr; | 25 struct NPCStats *pNPCStats = nullptr; |
26 | 26 |
27 int NPCStats::dword_AE336C_LastMispronouncedNameFirstLetter = -1; | 27 int NPCStats::dword_AE336C_LastMispronouncedNameFirstLetter = -1; |
28 int NPCStats::dword_AE3370_LastMispronouncedNameResult = -1; | 28 int NPCStats::dword_AE3370_LastMispronouncedNameResult = -1; |