mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
Fixed unused local variable warning in test program source.
This commit is contained in:
parent
9285537180
commit
36cbd50685
@ -114,7 +114,7 @@ WatchJoystick(SDL_Joystick * joystick)
|
|||||||
SDL_bool done = SDL_FALSE, next=SDL_FALSE;
|
SDL_bool done = SDL_FALSE, next=SDL_FALSE;
|
||||||
SDL_Event event;
|
SDL_Event event;
|
||||||
SDL_Rect dst;
|
SDL_Rect dst;
|
||||||
int i, s, _s;
|
int s, _s;
|
||||||
Uint8 alpha=200, alpha_step = -1;
|
Uint8 alpha=200, alpha_step = -1;
|
||||||
Uint32 alpha_ticks;
|
Uint32 alpha_ticks;
|
||||||
char mapping[4096], temp[4096];
|
char mapping[4096], temp[4096];
|
||||||
|
Loading…
Reference in New Issue
Block a user