From e8ad4df1fa93de65a7ed40c7e32a4b428e4fe7fa Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 6 Oct 2012 16:21:48 +0200 Subject: SWORD1: Enable American ("Circle of Blood") panel If the language is explicitly set to American English, use the American version of the panel for the main control panel. In all other aspects, American English will behave as British English, so it shouldn't break anything. --- engines/sword1/sword1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sword1/sword1.h') diff --git a/engines/sword1/sword1.h b/engines/sword1/sword1.h index ccdc2d3a59..ec6555b4b3 100644 --- a/engines/sword1/sword1.h +++ b/engines/sword1/sword1.h @@ -75,6 +75,7 @@ struct SystemVars { uint8 language; bool isDemo; Common::Platform platform; + Common::Language realLanguage; }; class SwordEngine : public Engine { -- cgit v1.2.3