Change #PREVIEWBG to #PREVIEWVID and update the changelog
This commit is contained in:
+3
-3
@@ -238,7 +238,7 @@ public:
|
||||
RString m_sLyricsFile;
|
||||
RString m_sBackgroundFile;
|
||||
RString m_sCDTitleFile;
|
||||
RString m_sPreviewBGFile;
|
||||
RString m_sPreviewVidFile;
|
||||
|
||||
AttackArray m_Attacks;
|
||||
vector<RString> m_sAttackString;
|
||||
@@ -252,7 +252,7 @@ public:
|
||||
RString GetLyricsPath() const;
|
||||
RString GetBackgroundPath() const;
|
||||
RString GetCDTitlePath() const;
|
||||
RString GetPreviewBGPath() const;
|
||||
RString GetPreviewVidPath() const;
|
||||
|
||||
// For loading only:
|
||||
bool m_bHasMusic, m_bHasBanner, m_bHasBackground;
|
||||
@@ -275,7 +275,7 @@ public:
|
||||
bool HasBGChanges() const;
|
||||
bool HasLyrics() const;
|
||||
bool HasAttacks() const;
|
||||
bool HasPreviewBG() const;
|
||||
bool HasPreviewVid() const;
|
||||
|
||||
bool Matches(RString sGroup, RString sSong) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user