summaryrefslogtreecommitdiff
path: root/src/statusbar_gui.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-09 20:42:17 +0000
committersmatz <smatz@openttd.org>2009-01-09 20:42:17 +0000
commit5fc7fe9648b8f6c4f2d361e8cc4958ac34402a75 (patch)
tree1d0452dcb858922d011ce28cb9427233c1ce1e43 /src/statusbar_gui.h
parent5c666fac143ece6d72207c7fb33cc74e5fa0a562 (diff)
downloadopenttd-5fc7fe9648b8f6c4f2d361e8cc4958ac34402a75.tar.xz
(svn r14940) -Fix: let the statusbar know the current news are invalid or bad things will happen
Diffstat (limited to 'src/statusbar_gui.h')
-rw-r--r--src/statusbar_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statusbar_gui.h b/src/statusbar_gui.h
index 8003bf6ea..0c3f0eb21 100644
--- a/src/statusbar_gui.h
+++ b/src/statusbar_gui.h
@@ -11,6 +11,7 @@ enum StatusBarInvalidate
SBI_SAVELOAD_FINISH,
SBI_SHOW_TICKER,
SBI_SHOW_REMINDER,
+ SBI_NEWS_DELETED,
SBI_END
};