Added Enter as a possible fire key.

Not meant for use during actual gameplay, but rather for the menus.
This commit is contained in:
onpon4 2015-02-27 19:23:19 -05:00
parent b378457215
commit c03c2f404c
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ static enum keys mapkey(uint32_t code) {
return KEY_RIGHT;
case SDLK_LCTRL:
case SDLK_RCTRL:
case SDLK_RETURN:
return KEY_FIRE;
case SDLK_SPACE:
return KEY_ALTFIRE;