Mercurial > mm7
diff mm7_5.cpp @ 1446:8b4f4c723edd
Questbook_Draw
author | Ritor1 |
---|---|
date | Mon, 05 Aug 2013 22:31:12 +0600 |
parents | 71a2cf416478 |
children | 27b7ee003c7c |
line wrap: on
line diff
--- a/mm7_5.cpp Sat Aug 03 00:00:31 2013 +0600 +++ b/mm7_5.cpp Mon Aug 05 22:31:12 2013 +0600 @@ -2843,9 +2843,9 @@ pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0); continue; case UIMSG_ClickAwardScrollBar: - dword_50651C = 1; + books_page_number = 1; if ( pMouse->GetCursorPos(&v211)->y > 178 ) - dword_50651C = -1; + books_page_number = -1; continue; case UIMSG_ClickAwardsUpBtn: GUIWindow::Create(pBtn_Up->uX, pBtn_Up->uY, 0, 0, WINDOW_CharactersPressedButton, (int)pBtn_Up, 0);