NewsItem: Reorder arguments to follow rendering order

This commit is contained in:
Tomas Babej
2021-09-27 23:42:03 -04:00
parent c574cbf948
commit 36e1f8c8ec
2 changed files with 6 additions and 6 deletions

View File

@@ -35,10 +35,10 @@ class NewsItem {
public:
bool _major = false;
std::string _title;
std::string _punchline;
std::string _update;
std::string _bg_title;
std::string _background;
std::string _punchline;
std::string _update;
std::string _reasoning;
std::string _actions;
NewsItem (