diff options
author | Eugene Sandulenko | 2006-02-15 18:48:49 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-02-15 18:48:49 +0000 |
commit | eba1653904bd0209f00fa02ea455f7d78c533905 (patch) | |
tree | 9c8bc18e7a115baddb2cde99ac276b92a0e3eb60 /engines/scumm/he | |
parent | 3f1a4fd6d2977f71be2a120ef4dd1738324018af (diff) | |
download | scummvm-rg350-eba1653904bd0209f00fa02ea455f7d78c533905.tar.gz scummvm-rg350-eba1653904bd0209f00fa02ea455f7d78c533905.tar.bz2 scummvm-rg350-eba1653904bd0209f00fa02ea455f7d78c533905.zip |
o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp and
script_v70he.cpp respectively since we use 2 digits for HE versioning.
o Also renamed resource_v7he.* to resource_he.* because it is actually not
HE70-specific but is used by all HE70+ titles.
svn-id: r20703
Diffstat (limited to 'engines/scumm/he')
-rw-r--r-- | engines/scumm/he/resource_he.cpp (renamed from engines/scumm/he/resource_v7he.cpp) | 2 | ||||
-rw-r--r-- | engines/scumm/he/resource_he.h (renamed from engines/scumm/he/resource_v7he.h) | 4 | ||||
-rw-r--r-- | engines/scumm/he/script_v100he.cpp | 2 | ||||
-rw-r--r-- | engines/scumm/he/script_v60he.cpp (renamed from engines/scumm/he/script_v6he.cpp) | 0 | ||||
-rw-r--r-- | engines/scumm/he/script_v70he.cpp (renamed from engines/scumm/he/script_v7he.cpp) | 2 | ||||
-rw-r--r-- | engines/scumm/he/script_v72he.cpp | 2 | ||||
-rw-r--r-- | engines/scumm/he/script_v80he.cpp | 2 | ||||
-rw-r--r-- | engines/scumm/he/script_v90he.cpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/engines/scumm/he/resource_v7he.cpp b/engines/scumm/he/resource_he.cpp index 95c3c23f2b..f7be975ca3 100644 --- a/engines/scumm/he/resource_v7he.cpp +++ b/engines/scumm/he/resource_he.cpp @@ -28,7 +28,7 @@ #include "scumm/scumm.h" #include "scumm/he/intern_he.h" #include "scumm/resource.h" -#include "scumm/he/resource_v7he.h" +#include "scumm/he/resource_he.h" #include "scumm/sound.h" #include "scumm/util.h" #include "sound/wave.h" diff --git a/engines/scumm/he/resource_v7he.h b/engines/scumm/he/resource_he.h index 1496aa3d7f..20ad0a1110 100644 --- a/engines/scumm/he/resource_v7he.h +++ b/engines/scumm/he/resource_he.h @@ -24,8 +24,8 @@ * */ -#if !defined(RESOURCE_V7HE_H) && !defined(DISABLE_HE) -#define RESOURCE_V7HE_H +#if !defined(RESOURCE_HE_H) && !defined(DISABLE_HE) +#define RESOURCE_HE_H namespace Scumm { diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp index c9bfeade67..414cbd62d3 100644 --- a/engines/scumm/he/script_v100he.cpp +++ b/engines/scumm/he/script_v100he.cpp @@ -30,7 +30,7 @@ #include "scumm/he/intern_he.h" #include "scumm/object.h" #include "scumm/resource.h" -#include "scumm/he/resource_v7he.h" +#include "scumm/he/resource_he.h" #include "scumm/scumm.h" #include "scumm/sound.h" #include "scumm/he/sprite_he.h" diff --git a/engines/scumm/he/script_v6he.cpp b/engines/scumm/he/script_v60he.cpp index 9d7de59450..9d7de59450 100644 --- a/engines/scumm/he/script_v6he.cpp +++ b/engines/scumm/he/script_v60he.cpp diff --git a/engines/scumm/he/script_v7he.cpp b/engines/scumm/he/script_v70he.cpp index 400e7c0ad0..e955f1267b 100644 --- a/engines/scumm/he/script_v7he.cpp +++ b/engines/scumm/he/script_v70he.cpp @@ -31,7 +31,7 @@ #include "scumm/he/intern_he.h" #include "scumm/object.h" #include "scumm/resource.h" -#include "scumm/he/resource_v7he.h" +#include "scumm/he/resource_he.h" #include "scumm/scumm.h" #include "scumm/sound.h" #include "scumm/verbs.h" diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp index b94cc06b40..a97ae843f1 100644 --- a/engines/scumm/he/script_v72he.cpp +++ b/engines/scumm/he/script_v72he.cpp @@ -32,7 +32,7 @@ #include "scumm/he/intern_he.h" #include "scumm/object.h" #include "scumm/resource.h" -#include "scumm/he/resource_v7he.h" +#include "scumm/he/resource_he.h" #include "scumm/scumm.h" #include "scumm/sound.h" #include "scumm/util.h" diff --git a/engines/scumm/he/script_v80he.cpp b/engines/scumm/he/script_v80he.cpp index f82aebe050..f65fdc933f 100644 --- a/engines/scumm/he/script_v80he.cpp +++ b/engines/scumm/he/script_v80he.cpp @@ -32,7 +32,7 @@ #include "scumm/he/intern_he.h" #include "scumm/object.h" #include "scumm/resource.h" -#include "scumm/he/resource_v7he.h" +#include "scumm/he/resource_he.h" #include "scumm/scumm.h" #include "scumm/sound.h" #include "scumm/util.h" diff --git a/engines/scumm/he/script_v90he.cpp b/engines/scumm/he/script_v90he.cpp index 899bce8036..a4fbd65053 100644 --- a/engines/scumm/he/script_v90he.cpp +++ b/engines/scumm/he/script_v90he.cpp @@ -29,7 +29,7 @@ #include "scumm/he/logic_he.h" #include "scumm/object.h" #include "scumm/resource.h" -#include "scumm/he/resource_v7he.h" +#include "scumm/he/resource_he.h" #include "scumm/scumm.h" #include "scumm/sound.h" #include "scumm/he/sprite_he.h" |