diff --git a/src/bullet/LinearMath/btScalar.h b/src/bullet/LinearMath/btScalar.h index e3bd37a0..2684014b 100644 --- a/src/bullet/LinearMath/btScalar.h +++ b/src/bullet/LinearMath/btScalar.h @@ -102,7 +102,9 @@ inline int btGetVersion() #ifdef __SPU__ #include #define printf spu_printf - #define btAssert(x) {if(!(x)){printf("Assert "__FILE__ ":%u ("#x")\n", __LINE__);spu_hcmpeq(0,0);}} +// LOL BEGIN + #define btAssert(x) {if(!(x)){printf("Assert " __FILE__ ":%u ("#x")\n", __LINE__);spu_hcmpeq(0,0);}} +// LOL END #else #define btAssert assert #endif