diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 6239629680..6ddfc4d4b2 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -68,6 +68,7 @@ retry: RageException::Throw( sError ); break; case Dialog::retry: + // XXX: Do we need to flush everything? FlushDirCache(); goto retry; case Dialog::ignore: @@ -92,6 +93,7 @@ retry: RageException::Throw( sError ); break; case Dialog::retry: + // XXX: Do we need to flush everything? FlushDirCache(); goto retry; case Dialog::ignore: