Skip to content

Commit

Permalink
Merge pull request #173 from snjo/DEVELOP
Browse files Browse the repository at this point in the history
2017.01.04 release
  • Loading branch information
BobPalmer authored Jan 5, 2017
2 parents 12eb42c + 750129f commit 50a7804
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Firespitter/customization/FStextureSwitch2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ private void applyTexToPart(bool calledByPlayer)
fuelSwitch.selectTankSetup(fuelTankSetupList[selectedTexture], calledByPlayer);
else
debug.debugMessage("no such fuel tank setup");
if (calledByPlayer && HighLogic.LoadedSceneIsFlight)
{
//Do a screeen message of what we just swapped to!
var msg = string.Format("Converted Tank to {0}", textureDisplayList[selectedTexture]);
ScreenMessages.PostScreenMessage(msg, 5f, ScreenMessageStyle.UPPER_CENTER);
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion For release/Firespitter/Firespitter.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"VERSION": {
"MAJOR": 7,
"MINOR": 5,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION":{
"MAJOR":1,
Expand Down
Binary file modified For release/Firespitter/Plugins/Firespitter.dll
Binary file not shown.
Binary file modified For release/Firespitter/Plugins/Firespitter.dll.mdb
Binary file not shown.

0 comments on commit 50a7804

Please sign in to comment.