vere: reset instead of decrement scry fail counter

If scries succeed, they work. No need to make this smarter.
This commit is contained in:
Fang 2020-08-31 22:36:32 +02:00
parent 7aa452b2fa
commit e90258627f
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972

View File

@ -705,9 +705,7 @@ _ames_lane_scry_cb(void* vod_p, u3_noun nun)
_ames_panc_free(pac_u);
}
else {
if ( 0 < pac_u->sam_u->saw_d ) {
pac_u->sam_u->saw_d--;
}
pac_u->sam_u->saw_d = 0;
// cache the scry result for later use
//