Fix indentation

This commit is contained in:
2015-01-25 23:06:21 -05:00
parent d877df5101
commit c86ebebcdd

View File

@@ -2077,7 +2077,8 @@ bool handle_keystroke(sf::Event& event){
return false;
}
break;
case 'w':if(overall_mode == MODE_COMBAT)
case 'w':
if(overall_mode == MODE_COMBAT)
j = 5;
else if(overall_mode == MODE_TOWN) {
// TODO: Uh, what about ul.y?