Mercurial > mm7
diff GUIWindow.cpp @ 338:1c681ad45653
history changes
author | zipi |
---|---|
date | Wed, 20 Feb 2013 20:44:42 +0000 |
parents | ea55d6414029 |
children | 37b19ff5addd |
line wrap: on
line diff
--- a/GUIWindow.cpp Thu Feb 21 00:35:45 2013 +0400 +++ b/GUIWindow.cpp Wed Feb 20 20:44:42 2013 +0000 @@ -721,7 +721,8 @@ { v3 = (__int64 *)&pParty->field_3C.field_4F0[2 * dword_506528]; v24 = dword_506528 + 1; - v22 = (char *)&pStorylineText->StoreLine[dword_506528].pPageTitle;//guess //field_4[3 * dword_506528 + 2]; + //v22 = (char *)&pStorylineText->StoreLine[dword_506528].pPageTitle;//guess //field_4[3 * dword_506528 + 2]; + v22 = (char *)&pStorylineText->StoreLine[dword_506528+1].uTime; do { v4 = *(char **)v22; @@ -751,7 +752,8 @@ ++v24; //__debugbreak(); // fix condition } - while ( (signed int)v22 < (signed int)&pFactionTable->relations + 8 ); + //while ( (signed int)v22 < (signed int)&pFactionTable->relations + 8 ); + while ( (signed int)v22 <= (signed int)&pStorylineText->StoreLine[20].uTime ); } } }