aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v80he.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-02-15 18:48:49 +0000
committerEugene Sandulenko2006-02-15 18:48:49 +0000
commiteba1653904bd0209f00fa02ea455f7d78c533905 (patch)
tree9c8bc18e7a115baddb2cde99ac276b92a0e3eb60 /engines/scumm/he/script_v80he.cpp
parent3f1a4fd6d2977f71be2a120ef4dd1738324018af (diff)
downloadscummvm-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/script_v80he.cpp')
-rw-r--r--engines/scumm/he/script_v80he.cpp2
1 files changed, 1 insertions, 1 deletions
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"