From 8bf6365464cef147e01d53e4900e56b8af7f291c Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 1 Apr 2007 06:19:37 +0000 Subject: [PATCH] Simplify. --- stepmania/src/Course.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */