Resolve hot-keys involving space not working (#1737 and #1769)

Just added space to list of 'uncomposable' keys.
This commit is contained in:
Wedge009 2017-06-12 12:22:06 +10:00
parent 38b9b6dd58
commit 2de925e4e6
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ Version 1.13.8+dev:
* Fix [kill] not affecting recall list units
* Fix [scroll] with omitted x or y
* Fix [story] not showing if all parts are conditional
* Fix some hotkeys not working (issues #1737 and #1769)
Version 1.13.8:
* Campaigns:

View file

@ -65,6 +65,7 @@ bool CKey::is_uncomposable(const SDL_KeyboardEvent &event) {
case SDLK_DOWN:
case SDLK_LEFT:
case SDLK_RIGHT:
case SDLK_SPACE:
return true;
default: