From ff70b554eace73fafb0165fb0dc16da91f377ce4 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Tue, 29 Sep 2009 22:43:30 +0000 Subject: Playtoons - implement some functions related to hotspot texts Fascination - initial version of several 'Fascination Window' functions, proper naming of most of fascination OPCODEDRAW and OPCODEGOB functions svn-id: r44472 --- engines/gob/init.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/gob/init.cpp') diff --git a/engines/gob/init.cpp b/engines/gob/init.cpp index 834e9b8553..79304419ab 100644 --- a/engines/gob/init.cpp +++ b/engines/gob/init.cpp @@ -113,6 +113,11 @@ void Init::initGame() { _palDesc->unused2 = _vm->_draw->_unusedPalette2; _vm->_video->setFullPalette(_palDesc); + for (int i = 0; i < 10; i++) + _vm->_draw->_fascinWin[i].id = -1; + + _vm->_draw->_winCount = 0; + for (int i = 0; i < 8; i++) _vm->_draw->_fonts[i] = 0; -- cgit v1.2.3