test: fix shadowing variables

This commit is contained in:
Christian Rauch
2021-03-26 22:52:30 +00:00
committed by Sam Lantinga
parent b972258d56
commit 570768f627
7 changed files with 18 additions and 19 deletions

View File

@@ -144,7 +144,6 @@ SDL_Texture *MooseTexture;
SDL_Rect displayrect;
int window_w;
int window_h;
SDL_Window *window;
SDL_Renderer *renderer;
int paused = 0;
int i;