Change #PREVIEWBG to #PREVIEWVID and update the changelog

This commit is contained in:
Marcio Barrientos
2012-01-11 14:21:55 -06:00
parent da84ef04ad
commit 11a02660be
7 changed files with 24 additions and 17 deletions
+3 -3
View File
@@ -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;