Skip to content

Commit ff7fd47

Browse files
committed
Release: 2.1
1 parent c385b05 commit ff7fd47

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

SETS/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.1:
2+
Add: Website.
3+
Fix: Multivoltage trains not working on dual electified track.
4+
Fix: Forgotten industrial narrow gauge track.
5+
Fix: Spelling.
16
Version 2.0:
27
Change: Rename to SETS.
38
Add: Narrow gauge NewGRF.

SETS/sets_narrow.grf

-361 Bytes
Binary file not shown.

SETS/sets_standard.grf

21 Bytes
Binary file not shown.

sets_narrow.grf

0 Bytes
Binary file not shown.

sets_narrow.nml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ grf{
66
desc: string(STR_GRF_DESC_NARROW) ;
77
url: string(STR_GRF_URL) ;
88
version: 2 ;
9-
min_compatible_version: 1 ;
9+
min_compatible_version: 2 ;
1010
param 8{
1111
preset{
1212
type: int;

src/header_narrow.pnml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ grf{
44
desc: string(STR_GRF_DESC_NARROW) ;
55
url: string(STR_GRF_URL) ;
66
version: 2 ;
7-
min_compatible_version: 1 ;
7+
min_compatible_version: 2 ;
88
param 8{
99
preset{
1010
type: int;

0 commit comments

Comments
 (0)