Increased maximum subtitle line length for SimSaw. That code really should be
made more robust some day, but until now I don't think anyone actually used it. svn-id: r34787
This commit is contained in:
parent
19b6289688
commit
4cd3adb690
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ bool MoviePlayer::load(uint32 id) {
|
|||
if (SwordEngine::_systemVars.showText) {
|
||||
sprintf(fileName, "%s.txt", sequenceList[id]);
|
||||
if (f.open(fileName)) {
|
||||
char line[120];
|
||||
char line[240];
|
||||
int lineNo = 0;
|
||||
int lastEnd = -1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue