From aaff7b1736a65ee7ee47f63674c053dd15c36f74 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 18 Feb 2014 02:34:19 +0100 Subject: DREAMWEB: Make GPL headers consistent in themselves. --- engines/dreamweb/use.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/dreamweb/use.cpp') diff --git a/engines/dreamweb/use.cpp b/engines/dreamweb/use.cpp index 476f847c40..b8b99c6df6 100644 --- a/engines/dreamweb/use.cpp +++ b/engines/dreamweb/use.cpp @@ -8,12 +8,12 @@ * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. - + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -- cgit v1.2.3 From 137f62554854905a7a3a72289235bbec71a922bd Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 19 Feb 2014 21:41:43 +0100 Subject: DREAMWEB: Some British to American english --- engines/dreamweb/use.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/dreamweb/use.cpp') diff --git a/engines/dreamweb/use.cpp b/engines/dreamweb/use.cpp index b8b99c6df6..01aefd97e6 100644 --- a/engines/dreamweb/use.cpp +++ b/engines/dreamweb/use.cpp @@ -73,7 +73,7 @@ void DreamWebEngine::useRoutine() { { &DreamWebEngine::openLouis, "ENTA" }, { &DreamWebEngine::openRyan, "ENTB" }, { &DreamWebEngine::openPoolBoss, "ENTE" }, - { &DreamWebEngine::openYourNeighbour, "ENTC" }, + { &DreamWebEngine::openYourNeighbor, "ENTC" }, { &DreamWebEngine::openEden, "ENTD" }, { &DreamWebEngine::openSarters, "ENTH" }, { &DreamWebEngine::wearWatch, "WWAT" }, @@ -458,7 +458,7 @@ void DreamWebEngine::callEdensDLift() { } } -void DreamWebEngine::openYourNeighbour() { +void DreamWebEngine::openYourNeighbor() { enterCode(255, 255, 255, 255); _getBack = 1; } -- cgit v1.2.3 From f8a956777385163b3a77cf7f4de4770b70fc89b9 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 20 Feb 2014 14:20:57 +0100 Subject: DREAMWEB: Slight formatting fix. --- engines/dreamweb/use.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dreamweb/use.cpp') diff --git a/engines/dreamweb/use.cpp b/engines/dreamweb/use.cpp index 01aefd97e6..c393fa1173 100644 --- a/engines/dreamweb/use.cpp +++ b/engines/dreamweb/use.cpp @@ -73,7 +73,7 @@ void DreamWebEngine::useRoutine() { { &DreamWebEngine::openLouis, "ENTA" }, { &DreamWebEngine::openRyan, "ENTB" }, { &DreamWebEngine::openPoolBoss, "ENTE" }, - { &DreamWebEngine::openYourNeighbor, "ENTC" }, + { &DreamWebEngine::openYourNeighbor, "ENTC" }, { &DreamWebEngine::openEden, "ENTD" }, { &DreamWebEngine::openSarters, "ENTH" }, { &DreamWebEngine::wearWatch, "WWAT" }, -- cgit v1.2.3