mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Changed keys[] size from 256 to SDLK_LAST (SDL has keycodes over 255)
This was SVN commit r192.
This commit is contained in:
parent
6a3b74b966
commit
fa884d356d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
u32 game_ticks;
|
||||
|
||||
bool keys[256];
|
||||
bool keys[SDLK_LAST];
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue