How does this compile here?

This commit is contained in:
Jason Felds
2011-07-30 15:37:42 -04:00
parent 176b6f55ea
commit 16826b7afe
-2
View File
@@ -87,8 +87,6 @@ static const StepsTypeInfo g_StepsTypeInfos[] = {
// pop'n music
{ "pnm-five", 5, true, StepsTypeCategory_Single }, // called "pnm" for backward compat
{ "pnm-nine", 9, true, StepsTypeCategory_Single }, // called "pnm" for backward compat
// guitar hero
{ "guitar-five", 5, true, StepsTypeCategory_Single }, // 5 frets, no wail
// cabinet lights and other fine StepsTypes that don't exist lol
{ "lights-cabinet", NUM_CabinetLight, false, StepsTypeCategory_Single }, // XXX disable lights autogen for now
};