Changed: #887 add do while to nldebug and co

hg/feature/sound
kervala 15 years ago
parent ef1182bc48
commit 5ffff9709e

@ -84,7 +84,7 @@ inline ucstring capitalize(const ucstring & s)
//-------------------------------------------------------------------------------------------------
#ifdef NL_DEBUG
#define DEBUG_STOP nlstop
#define DEBUG_STOP nlstop;
#define nlassertd(a) nlassert(a)
#else
#define DEBUG_STOP \

Loading…
Cancel
Save