diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index 708471fcb4..1914974d6a 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -307,7 +307,7 @@ Trail* Course::GetTrailForceRegenCache( StepsType st, CourseDifficulty cd ) cons // CacheData &cache = m_TrailCache[ CacheEntry(st, cd) ]; Trail &trail = cache.trail; - trail = Trail(); + trail.Init(); if( !GetTrailSorted( st, cd, trail ) || trail.m_vEntries.empty() ) { /* This course difficulty doesn't exist. */