Skip to content

Commit

Permalink
update to KSP 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzkutya committed Sep 25, 2018
1 parent 9677ec9 commit 17b007f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ksp-fullscreenfix v0.1431
#ksp-fullscreenfix v0.1451

Changes Kerbal Space Program to run in exclusive fullscreen mode on windows,
when using default d3d9 renderer.
Expand Down
3 changes: 2 additions & 1 deletion Source/ksp-fullscreenfix.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use strict;
use warnings;

our $VERSION='0.1431';
our $VERSION='0.1451';

my $target='KSP_Data/mainData';
my $backup='KSP_Data/mainData-ksp-fullscreenfix-backup';
Expand Down Expand Up @@ -52,6 +52,7 @@
1604=>+{version=>'1.2.1',%$v1_2},
1622=>+{version=>'1.2.2',%$v1_2},
2152=>+{version=>'1.4.3',%$v1_4},
2243=>+{version=>'1.4.5',%$v1_4},
705=>+{
version=>'0.90.0',
addr=>0x1098,
Expand Down

0 comments on commit 17b007f

Please sign in to comment.