From 1ce4ccc42b2817185b619540f551368a6d098bf4 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 29 Oct 2012 23:38:31 +0100 Subject: HOPKINS: Fix more mass renaming issues --- engines/hopkins/dialogs.cpp | 6 +++--- engines/hopkins/hopkins.cpp | 8 ++++---- engines/hopkins/menu.cpp | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'engines') diff --git a/engines/hopkins/dialogs.cpp b/engines/hopkins/dialogs.cpp index 95f5f7ac6d..28207bf6c7 100644 --- a/engines/hopkins/dialogs.cpp +++ b/engines/hopkins/dialogs.cpp @@ -4,9 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * - * This program is _globals.FRee software; you can redistribute it and/or + * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License - * as published by the _globals.FRee Software Foundation; either version 2 + * 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, @@ -15,7 +15,7 @@ * 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 _globals.FRee Software + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp index b935cb4d09..ba3c1da752 100644 --- a/engines/hopkins/hopkins.cpp +++ b/engines/hopkins/hopkins.cpp @@ -4,9 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * - * This program is _globals.FRee software; you can redistribute it and/or + * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License - * as published by the _globals.FRee Software Foundation; either version 2 + * 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, @@ -15,7 +15,7 @@ * 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 _globals.FRee Software + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ @@ -197,7 +197,7 @@ LABEL_13: if (!*((byte *)_globals.SAUVEGARDE + 170)) { _soundManager.WSOUND(3); if (_globals.FR == 1) - _graphicsManager.LOAD_IMAGE("fond_globals.FR"); + _graphicsManager.LOAD_IMAGE("fondfr"); if (!_globals.FR) _graphicsManager.LOAD_IMAGE("fondan"); if (_globals.FR == 2) diff --git a/engines/hopkins/menu.cpp b/engines/hopkins/menu.cpp index fc88bd7e4c..56b73c1fa1 100644 --- a/engines/hopkins/menu.cpp +++ b/engines/hopkins/menu.cpp @@ -4,9 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * - * This program is _globals.FRee software; you can redistribute it and/or + * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License - * as published by the _globals.FRee Software Foundation; either version 2 + * 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, @@ -15,7 +15,7 @@ * 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 _globals.FRee Software + * 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