From 5438a70b0a5aac72c071c90650b509cf46e557cb Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 4 Aug 2023 22:21:40 +0300 Subject: logLevelInvalid for bad function calls and invalid data formats. --- src/state.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/state.c') diff --git a/src/state.c b/src/state.c index ce7d52f..abaf2ae 100644 --- a/src/state.c +++ b/src/state.c @@ -17,6 +17,7 @@ bool stateInit( const char *exePath ) { state->resolution = (Vector2){ 800, 600 }; state->luaState = NULL; state->guiFont = 0; + state->logLevelInvalid = LOG_ERROR; /* Images. */ state->imageAlloc = ALLOC_PAGE_SIZE; state->imageCount = 0; -- cgit v1.2.3