mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
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
@ -184,7 +184,7 @@ bool MoviePlayer::load(uint32 id) {
|
|||||||
if (SwordEngine::_systemVars.showText) {
|
if (SwordEngine::_systemVars.showText) {
|
||||||
sprintf(fileName, "%s.txt", sequenceList[id]);
|
sprintf(fileName, "%s.txt", sequenceList[id]);
|
||||||
if (f.open(fileName)) {
|
if (f.open(fileName)) {
|
||||||
char line[120];
|
char line[240];
|
||||||
int lineNo = 0;
|
int lineNo = 0;
|
||||||
int lastEnd = -1;
|
int lastEnd = -1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user