mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 12:40:04 +00:00
Fix build in DEBUG mode for MSVC
- commented stall code
This commit is contained in:
parent
fc3a3fc173
commit
0c7476b88c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user