Skip to content

Commit

Permalink
updated for teh silent update of KSP 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzkutya committed Nov 13, 2015
1 parent e4dabe7 commit 009817b
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.1050
#ksp-fullscreenfix v0.1051

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.1050';
our $VERSION='0.1051';

my $target='KSP_Data/mainData';
my $backup='KSP_Data/mainData-ksp-fullscreenfix-backup';
Expand All @@ -20,6 +20,7 @@
842=>+{version=>'1.0.2',%$v1_0_x},
861=>+{version=>'1.0.4',%$v1_0_x},
1024=>+{version=>'1.0.5',%$v1_0_x},
1028=>+{version=>'1.0.5',%$v1_0_x},
705=>+{
version=>'0.90.0',
addr=>0x1098,
Expand Down

0 comments on commit 009817b

Please sign in to comment.