match other cases' syntax
This commit is contained in:
@@ -2133,9 +2133,8 @@ bool handle_keystroke(const sf::Event& event, cFramerateLimiter& fps_limiter){
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'I':
|
case 'I':
|
||||||
if(univ.debug_mode) {
|
if(!univ.debug_mode) break;
|
||||||
debug_give_item();
|
debug_give_item();
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'Q':
|
case 'Q':
|
||||||
|
Reference in New Issue
Block a user