aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/wiz_he.h
diff options
context:
space:
mode:
authorTravis Howell2007-12-27 11:40:29 +0000
committerTravis Howell2007-12-27 11:40:29 +0000
commit410a4a974ef78324ba6d8bd5535b2b46b231b0f7 (patch)
tree0d51afe35658e4b7d880d8a495a2760b958b43ff /engines/scumm/he/wiz_he.h
parent1bafd03a698130c21c222edb0bc011fc39a6e003 (diff)
downloadscummvm-rg350-410a4a974ef78324ba6d8bd5535b2b46b231b0f7.tar.gz
scummvm-rg350-410a4a974ef78324ba6d8bd5535b2b46b231b0f7.tar.bz2
scummvm-rg350-410a4a974ef78324ba6d8bd5535b2b46b231b0f7.zip
Enable Windows version of early HE games by default, to match already enabled 3DO/DOS/Macintosh versions of early HE games. Adding only the minimum code required for HE70 games.
svn-id: r30011
Diffstat (limited to 'engines/scumm/he/wiz_he.h')
-rw-r--r--engines/scumm/he/wiz_he.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/scumm/he/wiz_he.h b/engines/scumm/he/wiz_he.h
index 68be9d65e2..186dbced6d 100644
--- a/engines/scumm/he/wiz_he.h
+++ b/engines/scumm/he/wiz_he.h
@@ -142,7 +142,7 @@ enum {
kWizCopy
};
-class ScummEngine_v70he;
+class ScummEngine_v71he;
class Wiz {
public:
@@ -155,7 +155,7 @@ public:
uint16 _imagesNum;
WizPolygon _polygons[NUM_POLYGONS];
- Wiz(ScummEngine_v70he *vm);
+ Wiz(ScummEngine_v71he *vm);
void clearWizBuffer();
Common::Rect _rectOverride;
@@ -214,7 +214,7 @@ public:
void computeRawWizHistogram(uint32 *histogram, const uint8 *data, int srcPitch, const Common::Rect& rCapt);
private:
- ScummEngine_v70he *_vm;
+ ScummEngine_v71he *_vm;
};
} // End of namespace Scumm