Changeset - r340:ee9642432426
[Not reviewed]
master
0 1 0
celestar - 20 years ago 2004-11-06 15:13:44
celestar@openttd.org
(svn r516) Solved a little bug with the order checker.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
order_cmd.c
Show inline comments
 
@@ -403,7 +403,7 @@ int CheckOrders(Vehicle *v)
 
			problem_type = 2;
 
		}
 

	
 
		if (n_st < 2) problem_type = 0;
 
		if ( (n_st < 2) && (problem_type == -1) ) problem_type = 0;
 

	
 
		SET_DPARAM16(0, v->unitnumber);
 

	
0 comments (0 inline, 0 general)