Files
@ r27440:a8ea984125b3
Branch filter:
Location: cpp/openttd-patchpack/source/changelog.txt
r27440:a8ea984125b3
568.1 KiB
text/plain
Fix d9a04ba446: Ensure MD5Hash is initialized. (#10876)
Not all instances need to be initialized as often they are copied or
written to, but doing all ensures no surprises.
Move the ^= operator to MD5Hash while we're at it.
Not all instances need to be initialized as often they are copied or
written to, but doing all ensures no surprises.
Move the ^= operator to MD5Hash while we're at it.