- 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:
parent
a4076ffe38
commit
1d4ea9f162
6 changed files with 20 additions and 32 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue