comparison mm7_3.cpp @ 973:ec7568e13b24

Minor code cleaning.
author Nomad
date Wed, 08 May 2013 21:37:12 +0200
parents 9a5db2cf999a
children 9334a8c59c8d
comparison
equal deleted inserted replaced
972:c8a0f6d89c70 973:ec7568e13b24
12871 ++v41; 12871 ++v41;
12872 } 12872 }
12873 while ( (signed int)v41 < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem ); 12873 while ( (signed int)v41 < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem );
12874 } 12874 }
12875 } 12875 }
12876 pRenderer->DrawTextureIndexed(471, 445, (Texture *)(uExitCancelTextureId != -1 ? &pIcons_LOD->pTextures[uExitCancelTextureId] : 0)); 12876 pRenderer->DrawTextureIndexed(471, 445, pIcons_LOD->GetTexture(uExitCancelTextureId));
12877 } 12877 }
12878 12878
12879 //----- (00445C8B) -------------------------------------------------------- 12879 //----- (00445C8B) --------------------------------------------------------
12880 int __fastcall GetGreetType(signed int SpeakingNPC_ID) 12880 int __fastcall GetGreetType(signed int SpeakingNPC_ID)
12881 { 12881 {