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
commit20228809f069406ec7227c54513ae1b15a0a8ec4 (patch)
tree0a2fa9c92c9d15e99c60c7a312fcd90dc8da7620 /src/news_type.h
parent387f4cfbe1ecc02f0ab0044771d00b546b950d16 (diff)
downloadopenttd-20228809f069406ec7227c54513ae1b15a0a8ec4.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