X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftile.hpp;h=9518f43966af9c0e6a8c530bf8b8b6f4ce4856f5;hb=a2f888ab04304eeb589e60ad1b17c86f3a2ae957;hp=fd1f69a63a944305f3c4dd34f21e30208b3936be;hpb=0d4be1a5fadf30244c41188f114f83c818ece9bc;p=supertux.git diff --git a/src/tile.hpp b/src/tile.hpp index fd1f69a63..9518f4396 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -40,7 +40,7 @@ class Tile public: /// bitset for tile attributes enum { - /** solid tile that is indestructable by Tux */ + /** solid tile that is indestructible by Tux */ SOLID = 0x0001, /** uni-directional solid tile */ UNISOLID = 0x0002, @@ -77,7 +77,7 @@ public: WORLDMAP_SOUTH = 0x0002, WORLDMAP_EAST = 0x0004, WORLDMAP_WEST = 0x0008, - WORLDMAP_DIR_MASK = 0x000f, + WORLDMAP_DIR_MASK = 0x000f, WORLDMAP_STOP = 0x0010,