Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
2TallTyler committed Dec 3, 2020
1 parent 37a8be0 commit 0d760e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified sals_canalboats.grf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/header.nml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ grf {
grfid: "TT\05\01";
name: string(STR_GRF_NAME);
desc: string(STR_GRF_DESC);
version: 1;
version: 2;
min_compatible_version: 0;
}

Expand Down
6 changes: 3 additions & 3 deletions src/merged/sals_canalboats.nml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ grf {
grfid: "TT\05\01";
name: string(STR_GRF_NAME);
desc: string(STR_GRF_DESC);
version: 1;
version: 2;
min_compatible_version: 0;
}

Expand Down Expand Up @@ -72,7 +72,7 @@ item(FEAT_SHIPS, narrow_packetboat) {

/* Ship-specific porperties */
sprite_id: SPRITE_ID_NEW_ROADVEH; //enable new graphics
speed: 6 mph;
speed: 18 mph;
misc_flags: bitmask(ROADVEH_FLAG_2CC);
refit_cost: 0;
is_refittable: 1;
Expand Down Expand Up @@ -140,7 +140,7 @@ item(FEAT_SHIPS, narrowboat) {

/* Ship-specific porperties */
sprite_id: SPRITE_ID_NEW_ROADVEH; //enable new graphics
speed: 6 mph;
speed: 18 mph;
misc_flags: bitmask(ROADVEH_FLAG_2CC);
refit_cost: 0;
is_refittable: 1;
Expand Down

0 comments on commit 0d760e6

Please sign in to comment.