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

« back to all changes in this revision

Viewing changes to engines/kyra/seqplayer.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:
624
624
                                if (_vm->gameFlags().lang == Common::JA_JPN)
625
625
                                        charStr[1] = _vm->seqTextsTable()[_seqDisplayedText][++_seqDisplayedChar];
626
626
                                _screen->printText(charStr, _seqDisplayedTextX, 180, 0xF, 0xC);
627
 
                                _seqDisplayedTextX += _screen->getCharWidth(charStr[0]);
 
627
                                _seqDisplayedTextX += _screen->getCharWidth((uint8)charStr[0]);
628
628
                                ++_seqDisplayedChar;
629
629
 
630
630
                                if (_vm->seqTextsTable()[_seqDisplayedText][_seqDisplayedChar] == '\0')