in_sdl.c: Inline IN_IsNumpadKey().

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1088 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
svdijk 2014-10-05 21:02:25 +00:00
parent 2fcba99a63
commit 4eee84a9fc

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)
{