mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
This code attempted to skip calling the function that finds script 0's export block, but this never happened because it tests the wrong offset. Even if it tested the right offset, it would have just been duplicating what the function does.