* Fixed unused variable warning
This commit is contained in:
parent
69b81f2bd9
commit
6b5cf6e248
|
|
@ -271,7 +271,6 @@ static void HandleEvents(void)
|
|||
SDL_Event e;
|
||||
const char *p = NULL;
|
||||
int key = 0;
|
||||
int b = 0;
|
||||
|
||||
if (screen == NULL)
|
||||
return; // no SDL context.
|
||||
|
|
@ -1413,3 +1412,4 @@ void IN_JoyMove( void )
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user