diff --git a/maszyna.vcxproj b/maszyna.vcxproj index 08e2ba9d..b5d1ae08 100644 --- a/maszyna.vcxproj +++ b/maszyna.vcxproj @@ -24,7 +24,7 @@ Application false - v120_xp + v140_xp @@ -39,7 +39,7 @@ eu07++d $(SolutionDir)tmp\$(PlatformShortName)-$(Configuration)\$(ProjectName)\ - E:\Gry\MaSzyna_15_04 + E:\Gry\MaSzyna_15_04\ eu07++ @@ -118,6 +118,7 @@ + @@ -185,6 +186,7 @@ + diff --git a/uilayer.h b/uilayer.h index 65bcfefe..59242670 100644 --- a/uilayer.h +++ b/uilayer.h @@ -76,7 +76,7 @@ private: // members: - GLuint m_fontbase{ -1 }; // numer DL dla znaków w napisach + GLuint m_fontbase{ static_cast(-1) }; // numer DL dla znaków w napisach float m_progress{ 0.0f }; // percentage of filled progres bar, to indicate lengthy operations. float m_subtaskprogress{ 0.0f }; // percentage of filled progres bar, to indicate lengthy operations. texture_manager::size_type m_background; // path to texture used as the background. size depends on mAspect.