mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
* Fixed unused variable warning
This commit is contained in:
parent
69b81f2bd9
commit
6b5cf6e248
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue