From 3b00a6da2881bdced4c8203fbad99c743f7102ca Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Sun, 14 Sep 2003 18:30:14 +0000 Subject: [PATCH] when loading characters, ignore the CVS directory. --- stepmania/src/GameState.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index af76b5fa0c..4234e0cdf4 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -177,6 +177,13 @@ void GameState::ReloadCharacters() GetDirListing( CHARACTERS_DIR "*", as, true, true ); for( i=0; iLoad( as[i] ) ) m_pCharacters.push_back( pChar );