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 -1
View File
@@ -44,4 +44,4 @@ protected:
CArray<Sprite*,Sprite*> m_apSprites; // stores the list of elements (left to right) CArray<Sprite*,Sprite*> m_apSprites; // stores the list of elements (left to right)
}; };
#endif #endif
+1 -1
View File
@@ -89,4 +89,4 @@ protected:
}; };
#endif #endif
+1
View File
@@ -20,6 +20,7 @@
class TransitionBackWipe : public Transition class TransitionBackWipe : public Transition
{ {
public: public:
TransitionBackWipe();
virtual void DrawPrimitives(); virtual void DrawPrimitives();
virtual void CloseWipingRight(ScreenMessage send_when_done = SM_None ) virtual void CloseWipingRight(ScreenMessage send_when_done = SM_None )
+1 -1
View File
@@ -37,4 +37,4 @@ protected:
#endif #endif
+1 -1
View File
@@ -29,4 +29,4 @@ public:
#endif #endif
+1 -1
View File
@@ -44,4 +44,4 @@ protected:
#endif #endif
+1 -1
View File
@@ -112,7 +112,7 @@ public:
} }
CString m_sMusicFile; CString m_sMusicFile;
DWORD m_iMusicBytes; unsigned m_iMusicBytes;
float m_fBeat0OffsetInSeconds; float m_fBeat0OffsetInSeconds;
float m_fMusicLengthSeconds; float m_fMusicLengthSeconds;
float m_fFirstBeat; float m_fFirstBeat;