]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Tile.cpp
closed the gap between battle and map state (yay)
[l2e.git] / src / map / Tile.cpp
index 7b77fb1feccdb93a6f260c0adad725a7acf9b2f7..303c9e556eba5fcf1836eca8b7aa1ac4b05a4fb2 100644 (file)
@@ -10,7 +10,8 @@
 namespace map {
 
 Tile::Tile()
-: flags(0) {
+: battlebg(0)
+, flags(0) {
 
 }