aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/gui.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/gui.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/gui.h')
-rw-r--r--engines/sci/graphics/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/gui.h b/engines/sci/graphics/gui.h
index acab798415..732e195026 100644
--- a/engines/sci/graphics/gui.h
+++ b/engines/sci/graphics/gui.h
@@ -46,7 +46,7 @@ class GfxTransitions;
class SciGui {
public:
- SciGui(EngineState *s, GfxScreen *screen, GfxPalette *palette, GfxCache *cache, GfxCursor *cursor, GfxPorts *ports, AudioPlayer *audio, bool fontIsExtended);
+ SciGui(EngineState *s, GfxScreen *screen, GfxPalette *palette, GfxCache *cache, GfxCursor *cursor, GfxPorts *ports, AudioPlayer *audio);
virtual ~SciGui();
virtual void init(bool usesOldGfxFunctions);