Fix a few missing switch cases

This commit is contained in:
2015-02-01 23:07:48 -05:00
parent ae7c8e12db
commit 7df8f84258
3 changed files with 10 additions and 1 deletions

View File

@@ -184,6 +184,8 @@ bool handle_action(location the_point,sf::Event /*event*/) {
switch(left_button_status[i].action) {
case LB_NO_ACTION:
break;
case LB_RETURN: // Handled separately, below
break;
case LB_NEW_SCEN:
if(build_scenario()){
overall_mode = MODE_MAIN_SCREEN;