Remove commented out trade sanity check
It's been commented out for ages, and it's a place where it can't really protect sanity anyway.
This commit is contained in:
parent
1c9bd0cdd2
commit
441c8a2b7b
1 changed files with 0 additions and 6 deletions
|
@ -95,12 +95,6 @@ trad(void)
|
||||||
if (!trade_getitem(&trade, &tg)) {
|
if (!trade_getitem(&trade, &tg)) {
|
||||||
continue;
|
continue;
|
||||||
};
|
};
|
||||||
/* fix up database if things get weird */
|
|
||||||
/*if (trade.trd_owner != tg.gen.own) {
|
|
||||||
trade.trd_unitid = -1;
|
|
||||||
(void) puttrade(ni.cur, &trade);
|
|
||||||
continue;
|
|
||||||
} */
|
|
||||||
pr(" %3d ", ni.cur);
|
pr(" %3d ", ni.cur);
|
||||||
(void)time(&now);
|
(void)time(&now);
|
||||||
tleft =
|
tleft =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue