Skip to content

Fixed strings of protected sprite lumps that used all eight characters not being null terminated.

A minor issue caused by c408c7d0a635: when entire sets of sprites are authenticated, any lumps whose names are eight characters long weren't null terminated properly. When these lumps' names were printed in the console, they showed a garbled mess of random characters that shouldn't be there.

Merge request reports