newlines, missing def

This commit is contained in:
Glenn Maynard
2002-11-16 20:19:35 +00:00
parent 23254cdd4a
commit c07730aa46
7 changed files with 7 additions and 6 deletions
+1
View File
@@ -20,6 +20,7 @@
class TransitionBackWipe : public Transition
{
public:
TransitionBackWipe();
virtual void DrawPrimitives();
virtual void CloseWipingRight(ScreenMessage send_when_done = SM_None )
+1 -1
View File
@@ -112,7 +112,7 @@ public:
}
CString m_sMusicFile;
DWORD m_iMusicBytes;
unsigned m_iMusicBytes;
float m_fBeat0OffsetInSeconds;
float m_fMusicLengthSeconds;
float m_fFirstBeat;