I found two minor issues in the code:
- Rotation of multi-tile buildings at street corners was broken because of a duplicated condition. (See attached patch)
- In the Makefile on line 161, there is a test for USE_ZSRD; the code should probably check for USE_ZSTD.
Thanks, incorporated in r8905