Fix segfault

This commit is contained in:
Miloslav Ciz 2024-09-27 00:55:30 +02:00
parent e9f919052c
commit 53096517c9
2 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#include <stdio.h>
#include <SDL2/SDL.h>
#define LCR_SETTING_LOG_LEVEL 5
#define LCR_SETTING_LOG_LEVEL 0
#include "game.h"
#include "debug.h"