From abc879f2d8d84c87a6bcc4e94ada39f2bed56d52 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 4 Jun 2007 19:29:28 +0000 Subject: Fixed incorrect placing of converse information for IHNM. Dialog options should work in IHNM now, although they're still not placed properly svn-id: r27084 --- engines/saga/displayinfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engines/saga/displayinfo.h b/engines/saga/displayinfo.h index be56cd8a80..7533551763 100644 --- a/engines/saga/displayinfo.h +++ b/engines/saga/displayinfo.h @@ -377,11 +377,10 @@ static const GameDisplayInfo IHNM_DisplayInfo = { //TODO: fill it all ARRAYSIZE(IHNM_MainPanelButtons), IHNM_MainPanelButtons, - -1, -1, // converse Up & Down button indexies - IHNM_CONVERSE_MAX_TEXT_WIDTH, IHNM_CONVERSE_TEXT_HEIGHT, IHNM_CONVERSE_TEXT_LINES, + -1, -1, // converse Up & Down button indexies 0, 328, // converse panel offsets ARRAYSIZE(IHNM_ConversePanelButtons), IHNM_ConversePanelButtons, -- cgit v1.2.3