Possible stopgap.

Debating if this file should be reverted to the template era
for a bit of time.
This commit is contained in:
Jason Felds
2011-07-17 01:00:12 -04:00
parent 35b5dffcf8
commit 5413f3b86c
+1 -1
View File
@@ -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()),