parent
8c12432327
commit
0d8ee6ee6c
1 changed files with 1 additions and 1 deletions
|
@ -1196,7 +1196,7 @@ lnd_set_tech(struct lndstr *lp, int tlev)
|
|||
struct lchrstr *lcp = lchr + lp->lnd_type;
|
||||
|
||||
if (CANT_HAPPEN(tlev < lcp->l_tech))
|
||||
tlev = 0;
|
||||
tlev = lcp->l_tech;
|
||||
|
||||
lp->lnd_tech = tlev;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue