X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=f71f545b59181d5c3ed4d71337dffbcbf3c97cb3;hb=5c3da8981be76348ea34711b6297c0d2d3ed19ab;hp=37c269631297cc39a02a1c1185e6a54dcda283a3;hpb=033a884c3a161367f6820dbcc959111403ecd497;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index 37c26963..f71f545b 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -30,13 +30,13 @@ #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;