Mercurial > mm7
comparison mm7_5.cpp @ 888:abf7b7d2c8f7
small fixes
author | zipi |
---|---|
date | Tue, 02 Apr 2013 22:01:18 +0100 |
parents | 7eb081d32614 |
children | 10fa7dad1391 |
comparison
equal
deleted
inserted
replaced
887:4de9c65baa39 | 888:abf7b7d2c8f7 |
---|---|
3259 v107 = pPlayer5->GetMajorConditionIdx(); | 3259 v107 = pPlayer5->GetMajorConditionIdx(); |
3260 strcat(pTmpBuf, aCharacterConditionNames[v107]); | 3260 strcat(pTmpBuf, aCharacterConditionNames[v107]); |
3261 sub_41C0B8_set_status_string(pTmpBuf); | 3261 sub_41C0B8_set_status_string(pTmpBuf); |
3262 v108 = 8 * uMessageParam - 8; | 3262 v108 = 8 * uMessageParam - 8; |
3263 LOBYTE(v108) = v108 | 4; | 3263 LOBYTE(v108) = v108 | 4; |
3264 pMouse->uPointingObjectID = v108; | 3264 pMouse->uPointingObjectID = PID(OBJECT_Player,v108); |
3265 continue; | 3265 continue; |
3266 case UIMSG_ShowStatus_ManaHP: | 3266 case UIMSG_ShowStatus_ManaHP: |
3267 v109 = pGlobalTXT_LocalizationStrings[212];// "Spell Points" | 3267 v109 = pGlobalTXT_LocalizationStrings[212];// "Spell Points" |
3268 v110 = pPlayers[uMessageParam]; | 3268 v110 = pPlayers[uMessageParam]; |
3269 v111 = v110->GetMaxMana(); | 3269 v111 = v110->GetMaxMana(); |