Don't double-draw the bindings menus.

This commit is contained in:
Bill Currie 2012-07-14 20:16:45 +09:00
parent fd6b5edb73
commit d9288c0837

View file

@ -314,7 +314,7 @@ DRAW_basic_control_binding =
opt_cursor (x + 12, y + (Menu_GetIndex () * 10) + cursor_pad);
return 1;
return 0;
};
/*
@ -390,7 +390,7 @@ DRAW_misc_control_binding =
}
opt_cursor (x + 12, y + (Menu_GetIndex() * 10) + cursor_pad);
return 1;
return 0;
};
/*
@ -467,7 +467,7 @@ DRAW_weapon_control_binding =
opt_cursor (x + 12, y + (Menu_GetIndex () * 10) + cursor_pad);
return 1;
return 0;
};
/*