X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=f71f545b59181d5c3ed4d71337dffbcbf3c97cb3;hb=5c3da8981be76348ea34711b6297c0d2d3ed19ab;hp=6983524e7823d694af14c9e6c8fbdcebc8e719f4;hpb=d09e91b0ef220dbfd79d1aa8470668f16c0b6e24;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index 6983524e..f71f545b 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -23,20 +23,20 @@ #ifndef _SRC_LIB_16_DBG #define _SRC_LIB_16_DBG -#include "src/lib/16_head.h" +//#include "src/lib/16_head.h" #include "src/lib/16_pm.h" -#include "src/lib/16_tdef.h" +//#include "src/lib/16_tdef.h" #define __DEBUG__ #ifdef __DEBUG__ -//#define __DEBUG_InputMgr__ +#define __DEBUG_InputMgr__ #define __DEBUG_MAP__ //#define __DEBUG_2__ //#define __DEBUG_CA__ //#define __DEBUG_PM__ //#define __DEBUG_MM__ -//#define __DEBUG_RF__ +#define __DEBUG_RF__ #define __DEBUG_SPRI__ #define __DEBUG_VL__ #endif @@ -54,7 +54,7 @@ extern boolean dbg_debugpm; extern boolean dbg_debugca; #endif #ifdef __DEBUG_InputMgr__ -extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_nointest; +extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_nointest,dbg_joymousedelta; #endif #ifdef __DEBUG_MAP__ extern boolean dbg_maptext;