fix menu items are offset in home edit mode
This commit is contained in:
@@ -237,10 +237,60 @@ public:
|
||||
NUM_AREA_MENU_CHOICES
|
||||
};
|
||||
void HandleAreaMenuChoice( AreaMenuChoice c, int* iAnswers );
|
||||
enum TurnType { left, right, mirror, shuffle, super_shuffle, NUM_TURN_TYPES };
|
||||
enum TransformType { noholds, nomines, little, wide, big, quick, bmrize, skippy, mines, echo, stomp, planted, floored, twister, nojumps, nohands, noquads, NUM_TRANSFORM_TYPES };
|
||||
enum AlterType { backwards, swap_sides, copy_left_to_right, copy_right_to_left, clear_left, clear_right, collapse_to_one, collapse_left, shift_left, shift_right, NUM_ALTER_TYPES };
|
||||
enum TempoType { compress_2x, compress_3_2, compress_4_3, expand_4_3, expand_3_2, expand_2x, NUM_TEMPO_TYPES };
|
||||
enum TurnType
|
||||
{
|
||||
left,
|
||||
right,
|
||||
mirror,
|
||||
shuffle,
|
||||
super_shuffle,
|
||||
NUM_TURN_TYPES
|
||||
};
|
||||
enum TransformType
|
||||
{
|
||||
noholds,
|
||||
nomines,
|
||||
little,
|
||||
wide,
|
||||
big,
|
||||
quick,
|
||||
bmrize,
|
||||
skippy,
|
||||
mines,
|
||||
echo,
|
||||
stomp,
|
||||
planted,
|
||||
floored,
|
||||
twister,
|
||||
nojumps,
|
||||
nohands,
|
||||
noquads,
|
||||
NUM_TRANSFORM_TYPES
|
||||
};
|
||||
enum AlterType
|
||||
{
|
||||
backwards,
|
||||
swap_sides,
|
||||
copy_left_to_right,
|
||||
copy_right_to_left,
|
||||
clear_left,
|
||||
clear_right,
|
||||
collapse_to_one,
|
||||
collapse_left,
|
||||
shift_left,
|
||||
shift_right,
|
||||
NUM_ALTER_TYPES
|
||||
};
|
||||
enum TempoType
|
||||
{
|
||||
compress_2x,
|
||||
compress_3_2,
|
||||
compress_4_3,
|
||||
expand_4_3,
|
||||
expand_3_2,
|
||||
expand_2x,
|
||||
NUM_TEMPO_TYPES
|
||||
};
|
||||
|
||||
enum EditNotesStatisticsChoice {
|
||||
difficulty,
|
||||
|
||||
Reference in New Issue
Block a user