mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 20:01:25 +00:00
DIRECTOR: LINGO: Fix the number of chunks
Deleted these lines by accident...
This commit is contained in:
parent
35e68aece3
commit
12565cb272
@ -987,6 +987,8 @@ Datum LC::chunkRef(ChunkType type, int startChunk, int endChunk, const Datum &sr
|
||||
|
||||
if (startChunk < 1) {
|
||||
// return the last chunk we found
|
||||
startChunk = chunkNum;
|
||||
endChunk = chunkNum;
|
||||
exprStartIdx = chunkStartIdx;
|
||||
exprEndIdx = chunkEndIdx;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user