Implemented PART command for BRA, largely based on patch #3005434 by fuzzie.
svn-id: r50039
This commit is contained in:
parent
5b3075bd65
commit
d7a165b9f2
3 changed files with 22 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue