aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint16.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-01-31 21:54:43 +0000
committerMartin Kiewitz2010-01-31 21:54:43 +0000
commit19bca959050503e866b5c44f33a792e8424a6711 (patch)
treef93b230c674281804e366d28072e7c72dc94afce /engines/sci/graphics/paint16.h
parentfb3d272c3c6310fb5aebdec035907134debddbff (diff)
downloadscummvm-rg350-19bca959050503e866b5c44f33a792e8424a6711.tar.gz
scummvm-rg350-19bca959050503e866b5c44f33a792e8424a6711.tar.bz2
scummvm-rg350-19bca959050503e866b5c44f33a792e8424a6711.zip
SCI: renamed Text class to GfxText16
svn-id: r47780
Diffstat (limited to 'engines/sci/graphics/paint16.h')
-rw-r--r--engines/sci/graphics/paint16.h4
1 files changed, 2 insertions, 2 deletions
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;