Add Routine instruction.

The help menu may need pruning now...
...either that, or this should REALLY
be moved to lua.
This commit is contained in:
Jason Felds
2010-12-29 19:19:08 -05:00
parent bbee5633a9
commit c4858faefb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1893,6 +1893,7 @@ Shift BPM changes and stops up one beat=Shift BPM changes and stops up one beat
Lay mine=Lay mine
Lay lift=Lay lift
Add to/remove from right half=Add to/remove from right half
Switch player (Routine only)=Switch player (Routine only)
[Grade]
Tier01=AAAA
+1
View File
@@ -3844,6 +3844,7 @@ static const EditHelpLine g_EditHelpLines[] =
EditHelpLine( "Lay mine", EDIT_BUTTON_LAY_MINE_OR_ROLL ),
EditHelpLine( "Lay lift", EDIT_BUTTON_LAY_LIFT ),
EditHelpLine( "Add to/remove from right half", EDIT_BUTTON_RIGHT_SIDE ),
EditHelpLine( "Switch player (Routine only)", EDIT_BUTTON_SWITCH_PLAYERS ),
};
static bool IsMapped( EditButton eb, const MapEditToDI &editmap )