Mercurial > mm7
comparison mm7_5.cpp @ 283:e3b70ba42154
Слияние
author | Ritor1 |
---|---|
date | Sun, 17 Feb 2013 20:54:07 +0600 |
parents | ccf14ac29caf 47e06334c564 |
children | 92d443ed0cba |
comparison
equal
deleted
inserted
replaced
282:87ab1603c937 | 283:e3b70ba42154 |
---|---|
13531 v2 = pStru179.field_0[dword_506528]; | 13531 v2 = pStru179.field_0[dword_506528]; |
13532 a1.uFrameWidth = 460; | 13532 a1.uFrameWidth = 460; |
13533 a1.uFrameX = 8; | 13533 a1.uFrameX = 8; |
13534 a1.uFrameY = 8; | 13534 a1.uFrameY = 8; |
13535 a1.uFrameHeight = 344; | 13535 a1.uFrameHeight = 344; |
13536 v3 = (const char *)pStorylineText->field_4[3 * v2]; | 13536 v3 = (const char *)pStorylineText->StoreLine[v2].pText;//field_4[]; |
13537 a1.uFrameZ = 467; | 13537 a1.uFrameZ = 467; |
13538 a1.uFrameW = 351; | 13538 a1.uFrameW = 351; |
13539 if ( v3 ) | 13539 if ( v3 ) |
13540 a1.DrawTitleText(pBook2Font, 0, 0x16u, 0, v3, 3u); | 13540 a1.DrawTitleText(pBook2Font, 0, 0x16u, 0, v3, 3u); |
13541 } | 13541 } |
13567 } | 13567 } |
13568 dword_506544 = 0; | 13568 dword_506544 = 0; |
13569 v6 = pStru179.field_0[dword_506528]; | 13569 v6 = pStru179.field_0[dword_506528]; |
13570 dword_506548 = 0; | 13570 dword_506548 = 0; |
13571 dword_506520 = 0; | 13571 dword_506520 = 0; |
13572 v7 = *(&pStorylineText->field_0 + 3 * v6); | 13572 v7 = *pStorylineText->StoreLine[v6].pText;//*(&pStorylineText->field_0 + 3 * v6); |
13573 v8 = sub_495461( | 13573 v8 = sub_495461( |
13574 *((char **)&pStorylineText->field_0 + 3 * v6), | 13574 pStorylineText->StoreLine[v6].pText, |
13575 uActiveCharacter - 1, | 13575 uActiveCharacter - 1, |
13576 0, | 13576 0, |
13577 0, | 13577 0, |
13578 0, | 13578 0, |
13579 (__int64 *)&pParty->field_3C.field_440[2 * v6 + 42]); | 13579 (__int64 *)&pParty->field_3C.field_440[2 * v6 + 42]); |