summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-30 20:57:19 +0000
committerrubidium <rubidium@openttd.org>2008-05-30 20:57:19 +0000
commit5a6f6bf067a22f4729f19c58ed3dfff9559b4956 (patch)
tree0a2fa9c92c9d15e99c60c7a312fcd90dc8da7620 /src/news_type.h
parent6d90affce01ae2b882b2679bf5371da4a49dbc99 (diff)
downloadopenttd-5a6f6bf067a22f4729f19c58ed3dfff9559b4956.tar.xz
(svn r13345) -Codechange: only one of all the NewsItem's instance duration variable, so move it so there is only once instance of that variable. Patch by Cirdan.
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/news_type.h b/src/news_type.h
index 8eeea49e3..59fbc2c2a 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -104,7 +104,6 @@ struct NewsItem {
NewsItem *prev; ///< Previous news item
NewsItem *next; ///< Next news item
StringID string_id; ///< Message text
- uint16 duration; ///< Remaining time for showing this news message
Date date; ///< Date of the news
NewsSubtype subtype; ///< News subtype @see NewsSubtype
NewsFlag flags; ///< NewsFlags bits @see NewsFlag