From 19bca959050503e866b5c44f33a792e8424a6711 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sun, 31 Jan 2010 21:54:43 +0000 Subject: SCI: renamed Text class to GfxText16 svn-id: r47780 --- engines/sci/graphics/paint16.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci/graphics/paint16.h') diff --git a/engines/sci/graphics/paint16.h b/engines/sci/graphics/paint16.h index 5a99c4f7ef..8d2b965219 100644 --- a/engines/sci/graphics/paint16.h +++ b/engines/sci/graphics/paint16.h @@ -44,7 +44,7 @@ public: GfxPaint16(ResourceManager *resMan, SegManager *segMan, Kernel *kernel, GfxCache *cache, GfxPorts *ports, GfxScreen *screen, GfxPalette *palette); ~GfxPaint16(); - void init(Text *text); + void init(GfxText16 *text16); void setEGAdrawingVisualize(bool state); @@ -76,7 +76,7 @@ private: GfxPorts *_ports; GfxScreen *_screen; GfxPalette *_palette; - Text *_text; + GfxText16 *_text16; // true means make EGA picture drawing visible bool _EGAdrawingVisualize; -- cgit v1.2.3