mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Fix a keyboard scancode oversight I introduced with my changes last night, apparently caused crashes
git-svn-id: https://svn.eduke32.com/eduke32@3208 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
72492df63e
commit
878e41c34b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au)
|
|||
|
||||
typedef uint8_t kb_scancode;
|
||||
|
||||
#define MAXKEYBOARDSCAN 128
|
||||
#define MAXKEYBOARDSCAN 256
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue