diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:40:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:40:24 +0300 |
commit | 1e9b7c519953c73c6e5ca4ce2169eb674267c115 (patch) | |
tree | 5e331bef424935c0f6d2a2291eb189cd50f68a3d /src/tileset.h | |
parent | c63923c39572655f3d8e826b0fb2fd3ed253ae7f (diff) | |
download | ManaVerse-1e9b7c519953c73c6e5ca4ce2169eb674267c115.tar.gz ManaVerse-1e9b7c519953c73c6e5ca4ce2169eb674267c115.tar.bz2 ManaVerse-1e9b7c519953c73c6e5ca4ce2169eb674267c115.tar.xz ManaVerse-1e9b7c519953c73c6e5ca4ce2169eb674267c115.zip |
fix style in other files.
Diffstat (limited to 'src/tileset.h')
-rw-r--r-- | src/tileset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tileset.h b/src/tileset.h index 6d9891591..5ef3f6a23 100644 --- a/src/tileset.h +++ b/src/tileset.h @@ -39,7 +39,8 @@ class Tileset final : public ImageSet Tileset(Image *const img, const int w, const int h, const int firstGid, const int margin, const int spacing): ImageSet(img, w, h, margin, spacing), - mFirstGid(firstGid) + mFirstGid(firstGid), + mProperties() { } |