attempt to fix crashes by removing more guitar stuff

This commit is contained in:
AJ Kelly
2011-07-30 17:21:48 -05:00
parent 9e41b296a3
commit 7ce28b7b88
4 changed files with 1 additions and 12 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ enum BackgroundLayer
/** @brief A custom foreach loop for the different background layers. */
#define FOREACH_BackgroundLayer( bl ) FOREACH_ENUM( BackgroundLayer, bl )
/** @brief The different instrument tracks for band type games. */
/** @brief Different instrument tracks for band type games. */
enum InstrumentTrack
{
InstrumentTrack_Guitar,