(svn r978) Fixed an endianess issue with the new Order system. Thanks to Bjarni, Oskar and Tron

This commit is contained in:
Celestar
2004-12-08 15:26:57 +00:00
parent 547a2d1f9f
commit 6fd3fc10e3
2 changed files with 10 additions and 5 deletions

View File

@@ -827,6 +827,7 @@ static void TrainViewWndProc(Window *w, WindowEvent *e)
DoCommandP(v->tile, v->index, 0, NULL, CMD_START_STOP_TRAIN | CMD_MSG(STR_883B_CAN_T_STOP_START_TRAIN));
break;
case 5: /* center main view */
DEBUG(misc, 0) ("Train: %d, Velocity: %d, Current Order: %i:%d:%x:%x", v->index, v->cur_speed, v->cur_order_index, v->current_order.station, v->current_order.flags, v->current_order.type);
ScrollMainWindowTo(v->x_pos, v->y_pos);
break;
case 6: /* goto depot */