From 1f807bc7e204fd85431c2e80a42a7ea35d0f3ae3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 22 Aug 2002 04:05:13 +0000 Subject: [PATCH] Forgot to commit this: add shiftAnchor to ScreenEdit. --- stepmania/src/ScreenEdit.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/ScreenEdit.h b/stepmania/src/ScreenEdit.h index ff85b8ceb6..ef5af67ea7 100644 --- a/stepmania/src/ScreenEdit.h +++ b/stepmania/src/ScreenEdit.h @@ -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;