summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2010-05-14 22:03:28 +0000
committerBen Loftis <ben@glw.com>2010-05-14 22:03:28 +0000
commitd092815d68b9131a0423cd583d8a3a766eeef1f7 (patch)
tree5ff9e25894912512eadf4a85746a70e13e62b63c /libs/ardour/session_state.cc
parent0f6e2b8e31a5adfeac1ec556ea1e3497380c44f1 (diff)
fix for clocks refusing to update when reverse-playback was used later in the session. from A3 svn 6999. fixes the bug but needs additional testing
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7103 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 781c8e1312..6e6309421c 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -160,6 +160,7 @@ Session::first_stage_init (string fullpath, string snapshot_name)
play_loop = false;
have_looped = false;
_last_roll_location = 0;
+ _last_roll_or_reversal_location = 0;
_last_record_location = 0;
pending_locate_frame = 0;
pending_locate_roll = false;