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

fixed last warning for comparison of enum and int

parent 5d5e6492
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ int main(void) {
title_screen(renderer);
enum vehicle theme;
int theme;
bool change_Map = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment