aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v7he.h
diff options
context:
space:
mode:
authorTravis Howell2004-09-21 01:00:30 +0000
committerTravis Howell2004-09-21 01:00:30 +0000
commit2c0f36cddcd6bcafaa4a6ae6044d197359c8ceb1 (patch)
tree38ff39d7ac545faaf02f91784c86cca037b1f2a4 /scumm/resource_v7he.h
parentc63169d3f3ce10978cde806b64488ea9762df3cb (diff)
downloadscummvm-rg350-2c0f36cddcd6bcafaa4a6ae6044d197359c8ceb1.tar.gz
scummvm-rg350-2c0f36cddcd6bcafaa4a6ae6044d197359c8ceb1.tar.bz2
scummvm-rg350-2c0f36cddcd6bcafaa4a6ae6044d197359c8ceb1.zip
Should be HE60/70.
svn-id: r15211
Diffstat (limited to 'scumm/resource_v7he.h')
-rw-r--r--scumm/resource_v7he.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/resource_v7he.h b/scumm/resource_v7he.h
index 0496a091ab..20bcbaea35 100644
--- a/scumm/resource_v7he.h
+++ b/scumm/resource_v7he.h
@@ -116,7 +116,7 @@ namespace Scumm {
class Win32ResExtractor {
public:
- Win32ResExtractor(ScummEngine_v7he *scumm);
+ Win32ResExtractor(ScummEngine_v70he *scumm);
~Win32ResExtractor();
int extractResource(const char *resType, char *resName, byte **data);
void setCursor(int id);
@@ -125,7 +125,7 @@ class Win32ResExtractor {
private:
bool _arg_raw;
- ScummEngine_v7he *_vm;
+ ScummEngine_v70he *_vm;
char _fileName[256];
typedef Common::MemoryReadStream MemoryReadStream;