For example, prpgrep plSoundBuffer BahroCave_District_YeeshaCave.prp found no results, even though that page contains many plSoundBuffer objects (and other objects that reference them).
Not sure what exactly was wrong with the custom GetLine function here, but replacing it with the standard hsStream::readLine fixes it.
For example,
prpgrep plSoundBuffer BahroCave_District_YeeshaCave.prp
found no results, even though that page contains manyplSoundBuffer
objects (and other objects that reference them).Not sure what exactly was wrong with the custom
GetLine
function here, but replacing it with the standardhsStream::readLine
fixes it.