From a6cf2bf2b1ce16411e5b52cad4faf1f9505bc8e3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 13 May 2009 12:31:30 +0000 Subject: Reintroduced language string lists as a fallback for DELPHINE.LNG, since not all versions have this file svn-id: r40522 --- engines/cruise/staticres.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/cruise/staticres.cpp') diff --git a/engines/cruise/staticres.cpp b/engines/cruise/staticres.cpp index 9224214ba4..e2633a5d36 100644 --- a/engines/cruise/staticres.cpp +++ b/engines/cruise/staticres.cpp @@ -208,4 +208,13 @@ const byte mouseCursorMagnifyingGlass[] = { 0xfe, 0xc0, 0xfc, 0x00, 0xf8, 0x00, 0x00, 0x00 }; +const char *englishLanguageStrings[13] = { + "Pause", NULL, NULL, NULL, NULL, "Inventory", "Speak about...", "Player Menu", NULL, + "Save", "Load", "Start Again", "Quit" +}; +const char *frenchLanguageStrings[13] = { + "", NULL, NULL, NULL, NULL, "Inventaire", "Parler de...", "Menu Joueur", NULL, + "Sauvegarde", "Chargement", "Recommencer le jeu", "Quitter" +}; + } // End of namespace Cruise -- cgit v1.2.3