mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 14:32:25 +00:00
Changed keys[] size from 256 to SDLK_LAST (SDL has keycodes over 255)
This was SVN commit r192.
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
|
||||
u32 game_ticks;
|
||||
|
||||
bool keys[256];
|
||||
bool keys[SDLK_LAST];
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user