Fix NDEBUG check

This commit is contained in:
smallmodel 2024-12-14 20:09:33 +01:00
parent 13eafb9bf1
commit d3fb1331f8
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -1863,7 +1863,7 @@ void Com_Init( char *commandLine ) {
Sys_Init();
#ifndef NDEBUG
#ifdef NDEBUG
Sys_InitPIDFile(FS_GetCurrentGameDir());
#endif