~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to engines/kyra/script_hof.cpp

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2012-01-14 11:39:15 UTC
  • mfrom: (21.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120114113915-hy9kyzbyncrqen3y
Tags: 1.4.1-1
* New upstream release
* Install translations.dat into scummvm-data    

Show diffs side-by-side

added added

removed removed

Lines of Context:
1397
1397
        _screen->copyRegion(0, 0, 0, 0, 320, 200, 2, 0);
1398
1398
 
1399
1399
        _screen->_curPage = 0;
1400
 
        _screen->setFont(Screen::FID_6_FNT);
1401
1400
        int y = _lang == 1 ? 70 : 65;
1402
1401
        for (int i = 0; i < 6; i++)
1403
1402
                _text->printText(strings[i], _text->getCenterStringX(strings[i], 1, 319), y + i * 10, 255, 207, 0);
1406
1405
        _screen->updateScreen();
1407
1406
 
1408
1407
        _eventList.clear();
1409
 
        while (!skipFlag())
 
1408
        while (!skipFlag() && !shouldQuit())
1410
1409
                delay(10);
1411
1410
 
1412
1411
        _sound->beginFadeOut();