(svn r20005) -Codechange: Enumify force_proceed.

This commit is contained in:
frosch
2010-06-21 17:35:27 +00:00
parent eb763bf537
commit 6f800a8407
5 changed files with 27 additions and 17 deletions

View File

@@ -1061,7 +1061,7 @@ void VehicleEnterDepot(Vehicle *v)
UpdateSignalsOnSegment(t->tile, INVALID_DIAGDIR, t->owner);
t->wait_counter = 0;
t->force_proceed = 0;
t->force_proceed = TFP_NONE;
ClrBit(t->flags, VRF_TOGGLE_REVERSE);
t->ConsistChanged(true);
break;