X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FTile.cpp;h=303c9e556eba5fcf1836eca8b7aa1ac4b05a4fb2;hb=6e88a625710c7936f87b38ecf6094472f3a49f4f;hp=7b77fb1feccdb93a6f260c0adad725a7acf9b2f7;hpb=59c4aea0762cbc5f1bf74c5b1b35629408fb92af;p=l2e.git diff --git a/src/map/Tile.cpp b/src/map/Tile.cpp index 7b77fb1..303c9e5 100644 --- a/src/map/Tile.cpp +++ b/src/map/Tile.cpp @@ -10,7 +10,8 @@ namespace map { Tile::Tile() -: flags(0) { +: battlebg(0) +, flags(0) { }