summaryrefslogtreecommitdiff
path: root/src/texteff.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-02-10 17:37:47 +0000
committersmatz <smatz@openttd.org>2010-02-10 17:37:47 +0000
commitc5b34444af495322255f4b427b3bcc10de8d3e7d (patch)
tree9f43e951fef75b427a0a1db09b714146722cf7f7 /src/texteff.cpp
parent023fc16894b191b4841da5f01480907653089301 (diff)
downloadopenttd-c5b34444af495322255f4b427b3bcc10de8d3e7d.tar.xz
(svn r19084) -Codechange: minor coding-style fixups
Diffstat (limited to 'src/texteff.cpp')
-rw-r--r--src/texteff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texteff.cpp b/src/texteff.cpp
index c1c133e8d..0feb522db 100644
--- a/src/texteff.cpp
+++ b/src/texteff.cpp
@@ -18,7 +18,7 @@
#include "settings_type.h"
/** Container for all information about a text effect */
-struct TextEffect : public ViewportSign{
+struct TextEffect : public ViewportSign {
uint64 params_1; ///< DParam parameter
StringID string_id; ///< String to draw for the text effect, if INVALID_STRING_ID then it's not valid
uint8 duration; ///< How long the text effect should stay, in ticks (applies only when mode == TE_RISING)