From 68f289398e870730e65541044f49092a982461ba Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 1 Mar 2006 05:00:25 +0000 Subject: Remove HE specific string array from SCUMM6 table, since the value is different in some games svn-id: r20982 --- engines/scumm/dialogs.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/scumm/dialogs.cpp') diff --git a/engines/scumm/dialogs.cpp b/engines/scumm/dialogs.cpp index 7bfc694f26..b987e63eec 100644 --- a/engines/scumm/dialogs.cpp +++ b/engines/scumm/dialogs.cpp @@ -156,8 +156,7 @@ static ResString string_map_table_v6[] = { {107, "Loading '%s'"}, {108, "Name your SAVE game"}, {109, "Select a game to LOAD"}, - {117, "How may I serve you?"}, - {210, "Game version"} + {117, "How may I serve you?"} }; static ResString string_map_table_v345[] = { -- cgit v1.2.3