Skip to content

Commit

Permalink
Merge pull request #2 from atomicdryad/RV_assembly_order
Browse files Browse the repository at this point in the history
Rv assembly order fix by atomicdryad
  • Loading branch information
NaturesWitness committed Aug 14, 2013
2 parents 61b2fa9 + 9d5c162 commit 71463ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions veh_typedef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1043,12 +1043,12 @@ void game::init_vehicles()
PART (-1, 2, vp_board_v);
PART (-1, -2, vp_board_v);

PART (-2, 0, vp_frame_v2);
PART (-2, 0, vp_roof);
PART (-2, 0, vp_aisle_v2);
PART (-2, 1, vp_frame_v2);
PART (-2, 1, vp_roof);
PART (-2, 1, vp_floor_trunk);
PART (-2, 0, vp_frame_v2);
PART (-2, 0, vp_roof);
PART (-2, 0, vp_aisle_v2);
PART (-2, -1, vp_frame_v2);
PART (-2, -1, vp_roof);
PART (-2, -1, vp_seat);
Expand Down

0 comments on commit 71463ee

Please sign in to comment.