X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftile.h;h=978ed3a5209a83f081294c5855d601e16e48a3df;hb=308f11e38981077626fe0ea9887094f3c28b02f9;hp=c466db243e8fdd0c52db4b50b277aa7e4fa89e66;hpb=aec6aa4bbda28737a1691db3e81e4c93bd70b205;p=supertux.git diff --git a/src/tile.h b/src/tile.h index c466db243..978ed3a52 100644 --- a/src/tile.h +++ b/src/tile.h @@ -24,6 +24,7 @@ #include #include #include + #include "screen/texture.h" #include "globals.h" #include "lispreader.h" @@ -75,7 +76,7 @@ public: }; /** tile attributes */ - uint32_t attributes; + Uint32 attributes; /** General purpose data attached to a tile (content of a box, type of coin)*/ int data;