aboutsummaryrefslogtreecommitdiff
path: root/saga/game.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-10-10 02:02:58 +0000
committerEugene Sandulenko2005-10-10 02:02:58 +0000
commitfc11b60674103b569b9df2599b60f7d99dbdd909 (patch)
treee2f5255497b8099d9238c029ba716f2fbe4ca4ca /saga/game.cpp
parentc79dcadcc0551922ecd6c001e6ef6ef05b46b5b5 (diff)
downloadscummvm-rg350-fc11b60674103b569b9df2599b60f7d99dbdd909.tar.gz
scummvm-rg350-fc11b60674103b569b9df2599b60f7d99dbdd909.tar.bz2
scummvm-rg350-fc11b60674103b569b9df2599b60f7d99dbdd909.zip
Draw main panel. Buttons lack backgorunds and save reminder is buggy atm.
svn-id: r18994
Diffstat (limited to 'saga/game.cpp')
-rw-r--r--saga/game.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/saga/game.cpp b/saga/game.cpp
index 9593f707d1..0668ba528a 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -571,7 +571,7 @@ static GameDisplayInfo IHNM_DisplayInfo = { //TODO: fill it all
0, // status x offset
304, // status y offset
- 640, // status width
+ 616, // status width
24, // status height
8, // status text y offset
186, // status text color
@@ -590,7 +590,7 @@ static GameDisplayInfo IHNM_DisplayInfo = { //TODO: fill it all
-1, -1, // inventory Up & Down button indexies
2, 4, // inventory rows, columns
- 0, 149, // main panel offsets
+ 0, 328, // main panel offsets
ARRAYSIZE(IHNM_MainPanelButtons),
IHNM_MainPanelButtons,
@@ -599,7 +599,7 @@ static GameDisplayInfo IHNM_DisplayInfo = { //TODO: fill it all
IHNM_CONVERSE_MAX_TEXT_WIDTH,
IHNM_CONVERSE_TEXT_HEIGHT,
IHNM_CONVERSE_TEXT_LINES,
- 0, 0, // converse panel offsets
+ 0, 328, // converse panel offsets
ARRAYSIZE(IHNM_ConversePanelButtons),
IHNM_ConversePanelButtons,
@@ -691,7 +691,7 @@ static GameFontDescription IHNMCD_GameFonts[] = {
{3},
{4},
{5},
- {6},
+ {6}, // kIHNMFont8
{7},
{8} // kIHNMMainFont
};