diff src/train_cmd.cpp @ 10641:94cbc9a0158b draft

(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces
author rubidium <rubidium@openttd.org>
date Fri, 09 Jan 2009 22:48:57 +0000
parents 315a13bcbbb7
children 592ae9307430
line wrap: on
line diff
--- a/src/train_cmd.cpp
+++ b/src/train_cmd.cpp
@@ -1606,7 +1606,7 @@
 	if (!HasBit(v->u.rail.flags, VRF_TRAIN_STUCK)) {
 		/* It is the first time the problem occured, set the "train stuck" flag. */
 		SetBit(v->u.rail.flags, VRF_TRAIN_STUCK);
-		v->load_unload_time_rem	= 0;
+		v->load_unload_time_rem = 0;
 
 		/* Stop train */
 		v->cur_speed = 0;
@@ -4359,7 +4359,7 @@
 		SetLastSpeed(v, v->cur_speed);
 	}
 
-	if (v->progress == 0) v->progress = j;	// Save unused spd for next time, if TrainController didn't set progress
+	if (v->progress == 0) v->progress = j; // Save unused spd for next time, if TrainController didn't set progress
 }