From b7b582e93553581dc16afbf173334cfc60b96cfa Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 20 Mar 2005 07:09:22 +0000 Subject: [PATCH] allow .actors as BGAs --- stepmania/src/ThemeManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index 49fa76d5ec..3c53ddbe48 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -392,7 +392,7 @@ try_element_again: for( unsigned p = 0; p < asPaths.size(); ++p ) { static const char *masks[NUM_ELEMENT_CATEGORIES][13] = { - { "", "xml", NULL }, + { "", "actor", "xml", NULL }, { "ini", NULL }, { "xml", "actor", "sprite", "png", "jpg", "bmp", "gif","avi", "mpg", "mpeg", "txt", "", NULL}, { "png", NULL },