diff --git a/mk/windows/vs2015-32/libglest.vcxproj b/mk/windows/vs2015-32/libglest.vcxproj
index b4c16ea8e..b20b9a977 100644
--- a/mk/windows/vs2015-32/libglest.vcxproj
+++ b/mk/windows/vs2015-32/libglest.vcxproj
@@ -136,52 +136,24 @@
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
diff --git a/mk/windows/vs2015-32/libstreflop.vcxproj b/mk/windows/vs2015-32/libstreflop.vcxproj
index cd10c867c..fbe16c3de 100644
--- a/mk/windows/vs2015-32/libstreflop.vcxproj
+++ b/mk/windows/vs2015-32/libstreflop.vcxproj
@@ -83,7 +83,6 @@
-
diff --git a/mk/windows/vs2015-64/libglest.vcxproj b/mk/windows/vs2015-64/libglest.vcxproj
index 87c39ad04..9d9130695 100644
--- a/mk/windows/vs2015-64/libglest.vcxproj
+++ b/mk/windows/vs2015-64/libglest.vcxproj
@@ -115,26 +115,12 @@
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
diff --git a/mk/windows/vs2015-64/libstreflop.vcxproj b/mk/windows/vs2015-64/libstreflop.vcxproj
index 1add142b5..aaacceded 100644
--- a/mk/windows/vs2015-64/libstreflop.vcxproj
+++ b/mk/windows/vs2015-64/libstreflop.vcxproj
@@ -66,7 +66,6 @@
-
diff --git a/mk/windows/vs2017-32/libglest.vcxproj b/mk/windows/vs2017-32/libglest.vcxproj
index 3dcf923fa..b563ca686 100644
--- a/mk/windows/vs2017-32/libglest.vcxproj
+++ b/mk/windows/vs2017-32/libglest.vcxproj
@@ -136,52 +136,24 @@
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
diff --git a/mk/windows/vs2017-32/libstreflop.vcxproj b/mk/windows/vs2017-32/libstreflop.vcxproj
index afec8386c..fff2ba98e 100644
--- a/mk/windows/vs2017-32/libstreflop.vcxproj
+++ b/mk/windows/vs2017-32/libstreflop.vcxproj
@@ -83,7 +83,6 @@
-
diff --git a/mk/windows/vs2017-64/libglest.vcxproj b/mk/windows/vs2017-64/libglest.vcxproj
index 0f2ae1ec1..f283edd31 100644
--- a/mk/windows/vs2017-64/libglest.vcxproj
+++ b/mk/windows/vs2017-64/libglest.vcxproj
@@ -115,26 +115,12 @@
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
libglest
$(SolutionDir)\$(TargetName)$(Platform)\$(Configuration)\
$(SolutionDir)\$(TargetName)$(Platform)_obj\$(Configuration)\
- static
- static
- static
- static
- static
- static
- static
MultiThreadedDLL
diff --git a/mk/windows/vs2017-64/libstreflop.vcxproj b/mk/windows/vs2017-64/libstreflop.vcxproj
index a077b2321..7ad80879b 100644
--- a/mk/windows/vs2017-64/libstreflop.vcxproj
+++ b/mk/windows/vs2017-64/libstreflop.vcxproj
@@ -66,7 +66,6 @@
-
diff --git a/source/glest_game/world/tileset.cpp b/source/glest_game/world/tileset.cpp
index d87f13390..2f816d8e3 100644
--- a/source/glest_game/world/tileset.cpp
+++ b/source/glest_game/world/tileset.cpp
@@ -29,7 +29,6 @@ using namespace Shared::Graphics;
namespace Glest {
namespace Game {
-
const float Tileset::standardAirHeight = 5.0f;
const float Tileset::standardShadowIntensity = 0.2f;
// =====================================================