diff --git a/Themes/HelloWorld/Graphics/_section Guide.png b/Themes/HelloWorld/Graphics/_section Guide.png index 18cd4a69a8..5a1ed471ab 100644 Binary files a/Themes/HelloWorld/Graphics/_section Guide.png and b/Themes/HelloWorld/Graphics/_section Guide.png differ diff --git a/Themes/HelloWorld/Graphics/_section Reference.png b/Themes/HelloWorld/Graphics/_section Reference.png index a5d7c0b2b2..e322d8b4b1 100644 Binary files a/Themes/HelloWorld/Graphics/_section Reference.png and b/Themes/HelloWorld/Graphics/_section Reference.png differ diff --git a/Themes/HelloWorld/Graphics/_section Tutorial.png b/Themes/HelloWorld/Graphics/_section Tutorial.png index a0fc39758c..c724cb427c 100644 Binary files a/Themes/HelloWorld/Graphics/_section Tutorial.png and b/Themes/HelloWorld/Graphics/_section Tutorial.png differ diff --git a/Themes/themekit/BGAnimations/ScreenWithMenuElements underlay/default.lua b/Themes/themekit/BGAnimations/ScreenWithMenuElements underlay/default.lua index 72fd7fce4a..7376c470a3 100644 --- a/Themes/themekit/BGAnimations/ScreenWithMenuElements underlay/default.lua +++ b/Themes/themekit/BGAnimations/ScreenWithMenuElements underlay/default.lua @@ -1,14 +1,14 @@ -local t = Def.ActorFrame { - InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y); -}; --- -t[#t+1] = LoadActor("grid") .. { - InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;customtexturerect,0,0,SCREEN_WIDTH/16,SCREEN_HEIGHT/16); - OnCommand=cmd(diffuse,color("0,0,0,0.125")); -}; -t[#t+1] = LoadActor("grid") .. { - InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;customtexturerect,0,0,SCREEN_WIDTH/32,SCREEN_HEIGHT/32); - OnCommand=cmd(diffuse,color("0,0,0,0.25")); -}; --- +local t = Def.ActorFrame { + InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y); +}; +-- +t[#t+1] = LoadActor("grid") .. { + InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;customtexturerect,0,0,SCREEN_WIDTH/16,SCREEN_HEIGHT/16); + OnCommand=cmd(diffuse,color("0,0,0,0.125")); +}; +t[#t+1] = LoadActor("grid") .. { + InitCommand=cmd(zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;customtexturerect,0,0,SCREEN_WIDTH/32,SCREEN_HEIGHT/32); + OnCommand=cmd(diffuse,color("0,0,0,0.25")); +}; +-- return t \ No newline at end of file diff --git a/src/Course.cpp b/src/Course.cpp index dec0b75526..8993e8b44b 100644 --- a/src/Course.cpp +++ b/src/Course.cpp @@ -90,8 +90,8 @@ int CourseEntry::GetNumModChanges() const Course::Course(): m_bIsAutogen(false), m_sPath(""), m_sMainTitle(""), m_sMainTitleTranslit(""), m_sSubTitle(""), m_sSubTitleTranslit(""), - m_sBannerPath(""), m_sBackgroundPath(""), m_sCDTitlePath(""), - m_sGroupName(""), m_sScripter(""), m_bRepeat(false), m_fGoalSeconds(0), + m_sScripter(""), m_sBannerPath(""), m_sBackgroundPath(""), + m_sCDTitlePath(""), m_sGroupName(""), m_bRepeat(false), m_fGoalSeconds(0), m_bShuffle(false), m_iLives(-1), m_bSortByMeter(false), m_bIncomplete(false), m_vEntries(), m_SortOrder_TotalDifficulty(0), m_SortOrder_Ranking(0), m_LoadedFromProfile(ProfileSlot_Invalid), diff --git a/src/RageSound.cpp b/src/RageSound.cpp index a89ff3018a..f114329fbc 100644 --- a/src/RageSound.cpp +++ b/src/RageSound.cpp @@ -51,7 +51,7 @@ RageSound::RageSound(): m_Mutex( "RageSound" ), m_pSource(NULL), m_sFilePath(""), m_Param(), m_iStreamFrame(0), m_iStoppedSourceFrame(0), m_bPlaying(false), - m_sError(""), m_bDeleteWhenFinished(false) + m_bDeleteWhenFinished(false), m_sError("") { ASSERT( SOUNDMAN ); }