diff --git a/gamelog.ron b/gamelog.ron index 9dfff75..23e8aba 100644 --- a/gamelog.ron +++ b/gamelog.ron @@ -1955,7 +1955,7 @@ action: Curls, // Big throw down: None, terrain: None, - ) + ), Quarter(Third), Kickoff(Colorado), Play( diff --git a/gamelog/src/file.rs b/gamelog/src/file.rs index 7715c67..e74930e 100644 --- a/gamelog/src/file.rs +++ b/gamelog/src/file.rs @@ -17,6 +17,7 @@ impl LogFile { continue; } + // Clean this up? let found = self .0 .iter()