(svn r19084) -Codechange: minor coding-style fixups

This commit is contained in:
smatz
2010-02-10 17:37:47 +00:00
parent 023fc16894
commit c5b34444af
8 changed files with 8 additions and 8 deletions

View File

@@ -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)