Fix 'n' toggle also resetting air

This commit is contained in:
jacob1 2016-04-23 11:33:27 -04:00
parent 17cdf980cb
commit 5cab8f45f2

View File

@ -1492,6 +1492,7 @@ void GameView::OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool
break; break;
case 'n': case 'n':
c->ToggleNewtonianGravity(); c->ToggleNewtonianGravity();
break;
case '=': case '=':
if(ctrl) if(ctrl)
c->ResetSpark(); c->ResetSpark();