Implemented PART command for BRA, largely based on patch #3005434 by fuzzie.

svn-id: r50039
This commit is contained in:
Nicola Mettifogo 2010-06-19 04:50:44 +00:00
parent 5b3075bd65
commit d7a165b9f2
3 changed files with 22 additions and 5 deletions

View file

@ -548,6 +548,9 @@ public:
const char **_audioCommandsNamesRes;
static const char *_partNames[];
int _part;
int _nextPart;
#if 0 // disabled since I couldn't find any references to lip sync in the scripts
int16 _lipSyncVal;
uint _subtitleLipSync;