further cleanup

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:13 +02:00
parent 609d1b91d3
commit ad03115097
13 changed files with 210 additions and 281 deletions
+13
View File
@@ -971,6 +971,19 @@ EX bool displaychr(int x, int y, int shift, int size, char chr, color_t col) {
}
#endif
#if HDR
struct msginfo {
int stamp;
time_t rtstamp;
int gtstamp;
int turnstamp;
char flashout;
char spamtype;
int quantity;
string msg;
};
#endif
vector<msginfo> msgs;
vector<msginfo> gamelog;