From c081275aca55b2ada8e9b3f588347501ebb24fa1 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 23 Aug 2012 19:03:04 +0000 Subject: [PATCH] test: fix Touky's brainfart. --- test/Physics/Include/BulletCharacterController.h | 2 +- test/Physics/Src/BulletCharacterController.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Physics/Include/BulletCharacterController.h b/test/Physics/Include/BulletCharacterController.h index 2ce20474..67dfcd2a 100644 --- a/test/Physics/Include/BulletCharacterController.h +++ b/test/Physics/Include/BulletCharacterController.h @@ -30,7 +30,7 @@ namespace lol namespace phys { -#define 0 +#if 0 #ifdef HAVE_PHYS_USE_BULLET ///BulletKinematicCharacterController is an object that supports a sliding motion in a world. diff --git a/test/Physics/Src/BulletCharacterController.cpp b/test/Physics/Src/BulletCharacterController.cpp index 812d9adc..0c4a8f65 100644 --- a/test/Physics/Src/BulletCharacterController.cpp +++ b/test/Physics/Src/BulletCharacterController.cpp @@ -33,7 +33,7 @@ namespace lol namespace phys { -#define 0 +#if 0 #ifdef HAVE_PHYS_USE_BULLET // static helper method