Skip to content
Snippets Groups Projects
Commit f0e3d5b3 authored by Michael's avatar Michael
Browse files

fixed warning by adding a break

parent e6fcb4ff
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ bool gameLoop(enum vehicle theme,SDL_Renderer* renderer) {
case SDL_QUIT:
end_game = true;
quit_game = true;
break;
// any key input starts game and takes player input
case SDL_KEYDOWN:
start_game = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment