summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index c1f977ec1..32432f28d 100644
--- a/variables.h
+++ b/variables.h
@@ -269,7 +269,8 @@ VARDEF byte _local_player;
VARDEF byte _display_opt;
VARDEF byte _pause;
VARDEF int _caret_timer;
-VARDEF uint16 _news_display_opt;
+VARDEF uint32 _news_display_opt;
+VARDEF bool _news_ticker_sound;
VARDEF byte _game_mode;
VARDEF StringID _error_message;