summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-01 17:51:17 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-01 17:51:17 +0000
commitbce9a0aee7dcb27f17f1b938109eda9b96228217 (patch)
tree64ad2de2afa5247071ca8c5eaa3226a7e27e6d53 /libs/ardour/session_state.cc
parentf500846fd46d6eab97e5e02fd795b9a938464773 (diff)
Revert previous incorrect patch.
git-svn-id: svn://localhost/ardour2/branches/3.0@8144 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 1c6beb790f..f810e3fa12 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -249,6 +249,8 @@ Session::first_stage_init (string fullpath, string snapshot_name)
}
last_timecode_when = 0;
+ _timecode_offset = 0;
+ _timecode_offset_negative = true;
last_timecode_valid = false;
sync_time_vars ();