Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix prpgrep not searching some objects properly
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.
- Loading branch information