(news): Add a comment to explain why argument is ignored when HIDDEN
is on.
This commit is contained in:
parent
b3730786b5
commit
d4fe345edb
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@ news(void)
|
||||||
(void)time(&now);
|
(void)time(&now);
|
||||||
natp = getnatp(player->cnum);
|
natp = getnatp(player->cnum);
|
||||||
then = natp->nat_newstim;
|
then = natp->nat_newstim;
|
||||||
|
/*
|
||||||
|
* Don't disclose events before contact. Proper solution would be
|
||||||
|
* to timestamp the contact. Cheesy approximatation: disable old
|
||||||
|
* news.
|
||||||
|
*/
|
||||||
if (!opt_HIDDEN) {
|
if (!opt_HIDDEN) {
|
||||||
if (player->argp[1] != 0 && isdigit(*player->argp[1])) {
|
if (player->argp[1] != 0 && isdigit(*player->argp[1])) {
|
||||||
delta = days(atoi(player->argp[1]));
|
delta = days(atoi(player->argp[1]));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue