From e6922f2af63c13f1912b63fce7d5144223b37c03 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Tue, 26 Jan 2010 02:25:48 +0000 Subject: [PATCH] revert accidental commit of btSerializer.h --- src/LinearMath/btSerializer.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/LinearMath/btSerializer.h b/src/LinearMath/btSerializer.h index 88fcee8e7..ded3f3898 100644 --- a/src/LinearMath/btSerializer.h +++ b/src/LinearMath/btSerializer.h @@ -268,18 +268,18 @@ public: if (VOID_IS_8) { -#if _WIN64 +//#if _WIN64 initDNA((const char*)sBulletDNAstr64,sBulletDNAlen64); -#else - btAssert(0); -#endif +//#else +// btAssert(0); +//#endif } else { -#ifndef _WIN64 +//#ifndef _WIN64 initDNA((const char*)sBulletDNAstr,sBulletDNAlen); -#else - btAssert(0); -#endif +//#else +// btAssert(0); +//#endif } }