From 083eb5c138f5c86a5608998339168d6127b2ddb2 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 8 Jun 2008 15:28:20 +0000 Subject: [PATCH] set owner=0 too, when <=Resolving --- hostside/gui-plan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hostside/gui-plan.c b/hostside/gui-plan.c index f59c0b4..79fda7b 100644 --- a/hostside/gui-plan.c +++ b/hostside/gui-plan.c @@ -684,6 +684,7 @@ static void si_stastate(ParseState *ps) { FOR_S { state[s].flags.det= 0; state[s].flags.trainown= 0; + state[s].owner= 0; } } mx_redraw_all(); -- 2.30.2