]> git.pond.sub.org Git - empserver/blobdiff - include/news.h
New news selector duration
[empserver] / include / news.h
index 24554f096c32da24e3fa7b93404e994d21c10993..54d7ef9f09b3f5cbf60d415ae983e32a0cb35eba 100644 (file)
@@ -55,6 +55,7 @@ struct nwsstr {
     unsigned char nws_vrb;     /* action (verb) */
     natid nws_vno;             /* "victim" country # */
     signed char nws_ntm;       /* number of times */
+    short nws_duration;                /* last time at nws_when + nws_duration */
     time_t nws_when;           /* time of action */
 };