- removed the __asm nop breakpoints for debugging. They not only do not work on non-MSVC but also not on 64 bit.

This commit is contained in:
Christoph Oelckers 2014-05-08 09:48:39 +02:00
commit 1d4ea9f162
6 changed files with 20 additions and 32 deletions

View file

@ -312,13 +312,11 @@ static void PrepareTransparentDoors(sector_t * sector)
int i;
sector_t * nextsec=NULL;
#ifdef _MSC_VER
#ifdef _DEBUG
if (sector-sectors==2)
{
__asm nop
int a = 0;
}
#endif
#endif
P_Recalculate3DFloors(sector);