summaryrefslogtreecommitdiff
path: root/src/texteff.cpp
diff options
context:
space:
mode:
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)