aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/animate.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-04-24 21:45:17 +0000
committerMartin Kiewitz2010-04-24 21:45:17 +0000
commit194bdd9b8375ae6612ef8ee2c733b6349c12d0fe (patch)
tree64421739ff3104aed4d677c2d5619e406ae1a0b1 /engines/sci/graphics/animate.h
parent8f9dd90a871dee20ccb61efc2a5727f7a11b4a05 (diff)
downloadscummvm-rg350-194bdd9b8375ae6612ef8ee2c733b6349c12d0fe.tar.gz
scummvm-rg350-194bdd9b8375ae6612ef8ee2c733b6349c12d0fe.tar.bz2
scummvm-rg350-194bdd9b8375ae6612ef8ee2c733b6349c12d0fe.zip
SCI: reverting r48787 port updates were actually introduced (heard that before) in SCI1. I used the outdated wiki before and that one lists qfg2 and xmas90ega being SCI01. They are actually SCI1
svn-id: r48789
Diffstat (limited to 'engines/sci/graphics/animate.h')
-rw-r--r--engines/sci/graphics/animate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sci/graphics/animate.h b/engines/sci/graphics/animate.h
index 5b349c969b..2cc59b1767 100644
--- a/engines/sci/graphics/animate.h
+++ b/engines/sci/graphics/animate.h
@@ -86,7 +86,7 @@ class GfxTransitions;
*/
class GfxAnimate {
public:
- GfxAnimate(EngineState *state, GfxCache *cache, GfxPorts *ports, GfxPaint16 *paint16, GfxScreen *screen, GfxPalette *palette, GfxCursor *cursor, GfxTransitions *transitions, bool fontIsExtended);
+ GfxAnimate(EngineState *state, GfxCache *cache, GfxPorts *ports, GfxPaint16 *paint16, GfxScreen *screen, GfxPalette *palette, GfxCursor *cursor, GfxTransitions *transitions);
virtual ~GfxAnimate();
// FIXME: Don't store EngineState
@@ -133,8 +133,6 @@ private:
AnimateEntry *_lastCastData;
bool _ignoreFastCast;
- bool _fontIsExtended;
- bool _doPortUpdate;
};
} // End of namespace Sci