diff --git a/stepmania/src/ScrollingList.h b/stepmania/src/ScrollingList.h index 008173d038..c97e3d0032 100644 --- a/stepmania/src/ScrollingList.h +++ b/stepmania/src/ScrollingList.h @@ -44,4 +44,4 @@ protected: CArray m_apSprites; // stores the list of elements (left to right) }; -#endif \ No newline at end of file +#endif diff --git a/stepmania/src/Transition.h b/stepmania/src/Transition.h index 0c744ff252..099914973e 100644 --- a/stepmania/src/Transition.h +++ b/stepmania/src/Transition.h @@ -89,4 +89,4 @@ protected: }; -#endif \ No newline at end of file +#endif diff --git a/stepmania/src/TransitionBackWipe.h b/stepmania/src/TransitionBackWipe.h index 53c0301c64..641c10af6b 100644 --- a/stepmania/src/TransitionBackWipe.h +++ b/stepmania/src/TransitionBackWipe.h @@ -20,6 +20,7 @@ class TransitionBackWipe : public Transition { public: + TransitionBackWipe(); virtual void DrawPrimitives(); virtual void CloseWipingRight(ScreenMessage send_when_done = SM_None ) diff --git a/stepmania/src/TransitionKeepAlive.h b/stepmania/src/TransitionKeepAlive.h index 1a06568afb..8785468d56 100644 --- a/stepmania/src/TransitionKeepAlive.h +++ b/stepmania/src/TransitionKeepAlive.h @@ -37,4 +37,4 @@ protected: -#endif \ No newline at end of file +#endif diff --git a/stepmania/src/TransitionRectWipe.h b/stepmania/src/TransitionRectWipe.h index b677d0fb88..d2892a9370 100644 --- a/stepmania/src/TransitionRectWipe.h +++ b/stepmania/src/TransitionRectWipe.h @@ -29,4 +29,4 @@ public: -#endif \ No newline at end of file +#endif diff --git a/stepmania/src/TransitionStarWipe.h b/stepmania/src/TransitionStarWipe.h index f726fc5d65..c09517ec29 100644 --- a/stepmania/src/TransitionStarWipe.h +++ b/stepmania/src/TransitionStarWipe.h @@ -44,4 +44,4 @@ protected: -#endif \ No newline at end of file +#endif diff --git a/stepmania/src/song.h b/stepmania/src/song.h index 20eb8ea505..82f6cca628 100644 --- a/stepmania/src/song.h +++ b/stepmania/src/song.h @@ -112,7 +112,7 @@ public: } CString m_sMusicFile; - DWORD m_iMusicBytes; + unsigned m_iMusicBytes; float m_fBeat0OffsetInSeconds; float m_fMusicLengthSeconds; float m_fFirstBeat;