From 8c0b0c012007d938ab500c5ccc64f6e0cbcf13e0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 17 Sep 2006 20:22:47 +0000 Subject: Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e. _gdi is a pointer now) svn-id: r23921 --- engines/scumm/charset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/charset.cpp') diff --git a/engines/scumm/charset.cpp b/engines/scumm/charset.cpp index b4cba89460..164e84ae65 100644 --- a/engines/scumm/charset.cpp +++ b/engines/scumm/charset.cpp @@ -1429,7 +1429,7 @@ void CharsetRendererClassic::printChar(int chr, bool ignoreCharsetMask) { if (_blitAlso && vs->hasTwoBuffers) { Common::Rect dst(_left, _top, _left + origWidth, _top + origHeight); - _vm->gdi.copyVirtScreenBuffers(dst); + _vm->_gdi->copyVirtScreenBuffers(dst); } #endif } else { -- cgit v1.2.3