(svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and news_func.h
This commit is contained in:
@@ -95,9 +95,9 @@ enum NewsDisplay {
|
||||
*/
|
||||
struct NewsTypeData {
|
||||
const char * const name; ///< Name
|
||||
const byte age; ///< Maximum age of news items (in days)
|
||||
const SoundFx sound; ///< Sound
|
||||
NewsDisplay display; ///< Display mode (off, summary, full)
|
||||
const byte age; ///< Maximum age of news items (in days)
|
||||
const SoundFx sound; ///< Sound
|
||||
NewsDisplay display; ///< Display mode (off, summary, full)
|
||||
};
|
||||
|
||||
struct NewsItem {
|
||||
|
Reference in New Issue
Block a user