From: ian Date: Sun, 8 Jun 2008 15:28:20 +0000 (+0000) Subject: set owner=0 too, when <=Resolving X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=083eb5c138f5c86a5608998339168d6127b2ddb2;p=trains.git set owner=0 too, when <=Resolving --- 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();