From 6051deb2a8cda1c69e60d2aa0ea44bba183fbeeb Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 16 Sep 2006 03:59:02 +0000 Subject: [PATCH] Comment. --- stepmania/src/ActorUtil.cpp | 2 ++ 1 file changed, 2 insertions(+) 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: