in_sdl.c: Inline IN_IsNumpadKey().

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1088 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Sander van Dijk 2014-10-05 21:02:25 +00:00
parent 0c28e5a03e
commit 045cf968de

View file

@ -569,7 +569,7 @@ static inline int IN_SDL2_ScancodeToQuakeKey(SDL_Scancode scancode)
}
#endif
static qboolean IN_IsNumpadKey (int key)
static inline qboolean IN_IsNumpadKey (int key)
{
switch (key)
{