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
This commit is contained in:
Arnaud Boutonné 2009-09-29 22:43:30 +00:00
parent c857369131
commit ff70b554ea
15 changed files with 1194 additions and 157 deletions

View file

@ -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;