From 5413f3b86cbbdaa02a65b699b3348c26080b50c6 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 17 Jul 2011 01:00:12 -0400 Subject: [PATCH] Possible stopgap. Debating if this file should be reverted to the template era for a bit of time. --- src/TimingSegments.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TimingSegments.h b/src/TimingSegments.h index 39cbeffc34..b74c115805 100644 --- a/src/TimingSegments.h +++ b/src/TimingSegments.h @@ -350,7 +350,7 @@ struct ComboSegment : public TimingSegment * It is best to override the values as soon as possible. */ ComboSegment() : - TimingSegment(-1), combo(1) { } + TimingSegment(-1), combo(1), missCombo(1) { } ComboSegment(const ComboSegment &other) : TimingSegment(other.GetRow()),