From c9a175a8775faf2c6d3593c5b4984b7dbd02ca99 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 4 Jan 2013 10:50:18 +0100 Subject: TOLTECS: Scroll original save/load dialog to bottom on opening This doesn't behave quite like the original - it seems the original does not take the fake last entry into account when saving? - but I think it's actually a bit more consistent this way. --- engines/toltecs/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/toltecs/menu.h') diff --git a/engines/toltecs/menu.h b/engines/toltecs/menu.h index 71422b0bbb..a5eca7c8ff 100644 --- a/engines/toltecs/menu.h +++ b/engines/toltecs/menu.h @@ -145,7 +145,7 @@ protected: SavegameItem *getSavegameItemByID(ItemID id); int loadSavegamesList(); - void setSavegameCaptions(); + void setSavegameCaptions(bool scrollToBottom); void scrollSavegames(int delta); void clickSavegameItem(ItemID id); void setCfgText(bool value, bool active); -- cgit v1.2.3