Fix indentation
This commit is contained in:
@@ -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?
|
||||
|
Reference in New Issue
Block a user