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:
terminx 2012-11-18 00:07:44 +00:00
parent 72492df63e
commit 878e41c34b

View file

@ -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
/*