From 0c7476b88c91f7143708d17c1f63a658846d0d39 Mon Sep 17 00:00:00 2001 From: Sylvain THESNIERES Date: Fri, 8 Jun 2012 19:56:27 +0200 Subject: [PATCH] Fix build in DEBUG mode for MSVC - commented stall code --- libs/openengine/bullet/pmove.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/openengine/bullet/pmove.cpp b/libs/openengine/bullet/pmove.cpp index 591f1869f..5cf0951c0 100644 --- a/libs/openengine/bullet/pmove.cpp +++ b/libs/openengine/bullet/pmove.cpp @@ -1833,13 +1833,13 @@ void PmoveSingle (playerMove* const pmove) pml.hasWater = pmove->hasWater; pml.isInterior = pmove->isInterior; pml.waterHeight = pmove->waterHeight; -#ifdef _DEBUG - if (!pml.traceObj) - __debugbreak(); - - if (!pml.traceObj->incellptr) - __debugbreak(); -#endif +//#ifdef _DEBUG + //if (!pml.traceObj) + // __debugbreak(); + // + //if (!pml.traceObj->incellptr) + // __debugbreak(); +//#endif // determine the time pml.msec = pmove->cmd.serverTime - pm->ps.commandTime;