diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/saga/displayinfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/saga/displayinfo.h b/engines/saga/displayinfo.h index 092d7d4e91..b29f709323 100644 --- a/engines/saga/displayinfo.h +++ b/engines/saga/displayinfo.h @@ -281,6 +281,8 @@ static const GameDisplayInfo ITE_DisplayInfo = { }; +#if defined(ENABLE_IHNM) || defined(ENABLE_SAGA2) + // IHNM #define IHNM_CONVERSE_MAX_TEXT_WIDTH (485 - 8) #define IHNM_CONVERSE_TEXT_HEIGHT 10 @@ -361,7 +363,10 @@ static PanelButton IHNM_SavePanelButtons[] = { {kPanelButtonSaveText, -1,30, 0,0, kTextEnterSaveGameName,'-',0, 0,0,0}, }; +#endif + #ifdef ENABLE_IHNM + static const GameDisplayInfo IHNM_DisplayInfo = { 640, 480, // logical width&height |