summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/news_type.h b/src/news_type.h
index edb475d40..d3c668e04 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -126,11 +126,11 @@ struct NewsTypeData {
* @param sound The sound to play.
* @param description The description for this type of messages.
*/
- NewsTypeData(const char *name, byte age, SoundFx sound, StringID description) :
+ NewsTypeData(const char *name, byte age, SoundFx sound, NewsDisplay display, StringID description) :
name(name),
age(age),
sound(sound),
- display(ND_FULL),
+ display(display),
description(description)
{
}