Mercurial > mm7
diff Arcomage.cpp @ 1241:ae812777b1d4
fix in arcomagecards
author | Gloval |
---|---|
date | Mon, 10 Jun 2013 00:09:21 +0400 |
parents | 85bdbaa539f4 |
children | e161d8a5a529 |
line wrap: on
line diff
--- a/Arcomage.cpp Sun Jun 09 21:42:01 2013 +0400 +++ b/Arcomage.cpp Mon Jun 10 00:09:21 2013 +0400 @@ -2268,7 +2268,7 @@ pTargetXY.y = 13; Blt_Chroma(&pSrcRect, &pTargetXY, pArcomageGame->field_54, 2); - //tower heigth rectangle + //tower height rectangle pSrcRect.left = 234; pSrcRect.right = 283; pSrcRect.top = 166; @@ -2281,7 +2281,7 @@ pTargetXY.y = 296; Blt_Chroma(&pSrcRect, &pTargetXY, pArcomageGame->field_54, 2); - //wall heigth rectangle + //wall height rectangle pSrcRect.left = 192; pSrcRect.right = 234; pSrcRect.top = 166; @@ -2704,7 +2704,7 @@ while ( v2 < v0 ) { v3 = current_player_num; - if ( am_byte_4E185D != 0 ) + if ( am_byte_4E185D) { pTargetXY.x += am_Players[current_player_num].arr_6C[v2].field_0 ; @@ -2740,7 +2740,7 @@ v3 = current_player_num; pTargetXY.x += v24 + 96; LABEL_15: - if ( am_byte_4E185D != 0 ) + if ( am_byte_4E185D ) { pTargetXY.x -= am_Players[current_player_num].arr_6C[v2].field_0 ; pTargetXY.y -= am_Players[current_player_num].arr_6C[v2].field_4 ; @@ -3058,7 +3058,7 @@ //----- (0040BB67) -------------------------------------------------------- signed int DrawCardsRectangles( int player_num ) { - +//need do fix rectangle not fit to card //int v1; // esi@1 signed int result; // eax@1