X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftile.hpp;h=7351a328ff0ddf28c991ff708753b555020cec2d;hb=ffaadd80066a2a0f8c30d58ef3466f79e98254d7;hp=e1b57f4b318d3bcc1de004145d58414bc33c4f06;hpb=e58a0205a8836820b53a7b875942bae7b0e629fd;p=supertux.git diff --git a/src/tile.hpp b/src/tile.hpp index e1b57f4b3..7351a328f 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -75,6 +75,7 @@ public: WORLDMAP_SOUTH = 0x0002, WORLDMAP_EAST = 0x0004, WORLDMAP_WEST = 0x0008, + WORLDMAP_DIR_MASK = 0x000f, WORLDMAP_STOP = 0x0010,