Bug 527: Limit tilemap and background layers to (LAYER_GUI - 100).
authorFlorian Forster <supertux@octo.it>
Thu, 11 Feb 2010 09:25:36 +0000 (09:25 +0000)
committerFlorian Forster <supertux@octo.it>
Thu, 11 Feb 2010 09:25:36 +0000 (09:25 +0000)
commitfff6a103cf0873ea6e72148500d8259d12d86418
tree3e4decea29734844209d6d305672f522e85508a1
parent7ef0996a9faf339167b467c3380b0c64e7030050
Bug 527: Limit tilemap and background layers to (LAYER_GUI - 100).

This way tilemaps and backgrounds can no longer overlap the menu.
Resolves #527.

SVN-Revision: 6318
src/object/background.cpp
src/object/tilemap.cpp