1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

comment out debug

This commit is contained in:
FunkyFr3sh 2023-09-06 20:06:26 +02:00
parent 60d85725f5
commit a059fabf89

View File

@ -30,7 +30,7 @@ extern double g_dbg_frame_time;
extern DWORD g_dbg_frame_count;
extern LPTOP_LEVEL_EXCEPTION_FILTER g_dbg_exception_filter;
#define _DEBUG 1
//#define _DEBUG 1
/* use OutputDebugStringA rather than printf */
//#define _DEBUG_S 1