mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fix NDEBUG check
This commit is contained in:
parent
13eafb9bf1
commit
d3fb1331f8
1 changed files with 1 additions and 1 deletions
|
@ -1863,7 +1863,7 @@ void Com_Init( char *commandLine ) {
|
|||
|
||||
Sys_Init();
|
||||
|
||||
#ifndef NDEBUG
|
||||
#ifdef NDEBUG
|
||||
Sys_InitPIDFile(FS_GetCurrentGameDir());
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue