Files @ r2051:04d7c352ccc4
Branch filter:

Location: cpp/openttd-patchpack/source/media/openttd.16.png

ludde
(svn r2560) Fix: various minor code changes.
Added RandomTile/RandomTileSeed functions to generate a random tile.
Changed landscape routines so they don't assume that the Y map side is a power of two. (support for this is not complete, though)
Changed some frequently used map macros to not compute the values each time.
Silence some warnings on MSVC.