mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Fix build in DEBUG mode for MSVC
- commented stall code
This commit is contained in:
parent
fc3a3fc173
commit
0c7476b88c
1 changed files with 7 additions and 7 deletions
|
@ -1833,13 +1833,13 @@ void PmoveSingle (playerMove* const pmove)
|
||||||
pml.hasWater = pmove->hasWater;
|
pml.hasWater = pmove->hasWater;
|
||||||
pml.isInterior = pmove->isInterior;
|
pml.isInterior = pmove->isInterior;
|
||||||
pml.waterHeight = pmove->waterHeight;
|
pml.waterHeight = pmove->waterHeight;
|
||||||
#ifdef _DEBUG
|
//#ifdef _DEBUG
|
||||||
if (!pml.traceObj)
|
//if (!pml.traceObj)
|
||||||
__debugbreak();
|
// __debugbreak();
|
||||||
|
//
|
||||||
if (!pml.traceObj->incellptr)
|
//if (!pml.traceObj->incellptr)
|
||||||
__debugbreak();
|
// __debugbreak();
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
// determine the time
|
// determine the time
|
||||||
pml.msec = pmove->cmd.serverTime - pm->ps.commandTime;
|
pml.msec = pmove->cmd.serverTime - pm->ps.commandTime;
|
||||||
|
|
Loading…
Reference in a new issue