Changes between Version 16 and Version 17 of Ticket #15279


Ignore:
Timestamp:
Jul 15, 2024, 4:34:36 PM (2 months ago)
Author:
m-kiewitz
Comment:

What could be done for this situation is to not look through all audio files separately, but go basically: "this is a mac SCI32 version, so for these directories, just look through the folders and assume that all of these files are in fact audio resources"

I guess the Sierra interpreter just handled these sub directories like a resource.aud file and not as regular patch files.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15279 – Description

    v16 v17  
    2020                                delete stream;
    2121}}}
    22 
    23 Edit: D'oh! Of course there's a point. The `continue` breaks out of the loop, and the loop continues after the `delete`.