From 3e96c357aaa4413a02ebab9b00619979f9d5953c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 21 Mar 2007 17:39:23 +0000 Subject: [PATCH] fix bApproximate --- stepmania/src/RageSoundPosMap.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/RageSoundPosMap.cpp b/stepmania/src/RageSoundPosMap.cpp index 391365020a..9099e958be 100644 --- a/stepmania/src/RageSoundPosMap.cpp +++ b/stepmania/src/RageSoundPosMap.cpp @@ -119,6 +119,9 @@ void pos_map_impl::Cleanup() int64_t pos_map_queue::Search( int64_t iSourceFrame, bool *bApproximate ) const { + if( bApproximate ) + *bApproximate = false; + if( IsEmpty() ) { if( bApproximate )