summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-03-23 22:25:43 +0000
committersmatz <smatz@openttd.org>2010-03-23 22:25:43 +0000
commit53aaabe6e9aebdca71608e2996a9ecbff8b73713 (patch)
tree5e4cc5631e59a15aed9f63c3daa81b6d5927b91a /src/gfx_type.h
parentf45e579923773e05dfc5a35915eee81f6da50914 (diff)
downloadopenttd-53aaabe6e9aebdca71608e2996a9ecbff8b73713.tar.xz
(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r--src/gfx_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h
index 968c0c993..8bb9c3ff4 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -165,7 +165,7 @@ enum FontSize {
FS_BEGIN = FS_NORMAL, ///< First font.
};
-DECLARE_POSTFIX_INCREMENT(FontSize);
+DECLARE_POSTFIX_INCREMENT(FontSize)
/**
* Used to only draw a part of the sprite.
@@ -221,7 +221,7 @@ enum TextColour {
IS_PALETTE_COLOUR = 0x100, ///< colour value is already a real palette colour index, not an index of a StringColour
};
-DECLARE_ENUM_AS_BIT_SET(TextColour);
+DECLARE_ENUM_AS_BIT_SET(TextColour)
/** Defines a few values that are related to animations using palette changes */
enum PaletteAnimationSizes {