Forgot to commit this: add shiftAnchor to ScreenEdit.

This commit is contained in:
Glenn Maynard
2002-08-22 04:05:13 +00:00
parent 7a26eac141
commit 1f807bc7e2
+3
View File
@@ -64,6 +64,9 @@ protected:
// keep track of where we are and what we're doing
float m_fTrailingBeat; // this approaches GAMESTATE->m_fSongBeat, which is the actual beat
/* The location we were at when shift was pressed, or
* -1 when shift isn't pressed: */
float shiftAnchor;
NoteData m_Clipboard;