aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint32.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2010-02-04 22:17:58 +0000
committerMartin Kiewitz2010-02-04 22:17:58 +0000
commitcabd18da9e6a973e34bd841e4c30069ddd2a4808 (patch)
tree70c9bc813d7d53fa3a3cb799807371c325b9866d /engines/sci/graphics/paint32.cpp
parentc336204a3f324d1bb78287967e5c1d36f6473f7c (diff)
downloadscummvm-rg350-cabd18da9e6a973e34bd841e4c30069ddd2a4808.tar.gz
scummvm-rg350-cabd18da9e6a973e34bd841e4c30069ddd2a4808.tar.bz2
scummvm-rg350-cabd18da9e6a973e34bd841e4c30069ddd2a4808.zip
SCI: renaming class View to GfxView
svn-id: r47891
Diffstat (limited to 'engines/sci/graphics/paint32.cpp')
-rw-r--r--engines/sci/graphics/paint32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/paint32.cpp b/engines/sci/graphics/paint32.cpp
index 55b88ecb4b..aad7a95e40 100644
--- a/engines/sci/graphics/paint32.cpp
+++ b/engines/sci/graphics/paint32.cpp
@@ -65,7 +65,7 @@ void GfxPaint32::kernelDrawPicture(GuiResourceId pictureId, int16 animationNr, b
// This is "hacked" together, because its only used by debug command
void GfxPaint32::kernelDrawCel(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, int16 priority, uint16 paletteNo, bool hiresMode, reg_t upscaledHiresHandle) {
- View *view = _cache->getView(viewId);
+ GfxView *view = _cache->getView(viewId);
Common::Rect celRect(50, 50, 50, 50);
Common::Rect translatedRect;
celRect.bottom += view->getHeight(loopNo, celNo);