mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 16:07:45 +00:00
- 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;
|
int i;
|
||||||
sector_t * nextsec=NULL;
|
sector_t * nextsec=NULL;
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (sector-sectors==2)
|
if (sector-sectors==2)
|
||||||
{
|
{
|
||||||
__asm nop
|
int a = 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
P_Recalculate3DFloors(sector);
|
P_Recalculate3DFloors(sector);
|
||||||
|
|
|
@ -96,11 +96,11 @@ static sector_t *currentsector;
|
||||||
|
|
||||||
static void AddLine (seg_t *seg)
|
static void AddLine (seg_t *seg)
|
||||||
{
|
{
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (seg->linedef-lines==38)
|
if (seg->linedef - lines == 38)
|
||||||
__asm nop
|
{
|
||||||
#endif
|
int a = 0;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
angle_t startAngle, endAngle;
|
angle_t startAngle, endAngle;
|
||||||
|
@ -382,13 +382,11 @@ static void DoSubsector(subsector_t * sub)
|
||||||
//if (!clipper.CheckBox(sub->bbox)) return;
|
//if (!clipper.CheckBox(sub->bbox)) return;
|
||||||
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (sub->sector-sectors==931)
|
if (sub->sector-sectors==931)
|
||||||
{
|
{
|
||||||
__asm nop
|
int a = 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
sector=sub->sector;
|
sector=sub->sector;
|
||||||
|
|
|
@ -218,13 +218,11 @@ sector_t * gl_FakeFlat(sector_t * sec, sector_t * dest, area_t in_area, bool bac
|
||||||
return sec;
|
return sec;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (sec-sectors==560)
|
if (sec-sectors==560)
|
||||||
{
|
{
|
||||||
__asm nop
|
int a = 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (in_area==area_above)
|
if (in_area==area_above)
|
||||||
|
|
|
@ -334,11 +334,11 @@ void GLFlat::Draw(int pass)
|
||||||
int i;
|
int i;
|
||||||
int rel = getExtraLight();
|
int rel = getExtraLight();
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (sector->sectornum == 2)
|
if (sector->sectornum == 2)
|
||||||
__asm nop
|
{
|
||||||
#endif
|
int a = 0;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -572,17 +572,11 @@ void GLFlat::ProcessSector(sector_t * frontsector)
|
||||||
{
|
{
|
||||||
lightlist_t * light;
|
lightlist_t * light;
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (frontsector==NULL)
|
|
||||||
{
|
|
||||||
__asm int 3
|
|
||||||
}
|
|
||||||
if (frontsector->sectornum==0)
|
if (frontsector->sectornum==0)
|
||||||
{
|
{
|
||||||
__asm nop
|
int a = 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Get the real sector for this one.
|
// Get the real sector for this one.
|
||||||
|
|
|
@ -311,11 +311,11 @@ void GLWall::SplitWall(sector_t * frontsector, bool translucent)
|
||||||
}
|
}
|
||||||
::SplitWall.Clock();
|
::SplitWall.Clock();
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (seg->linedef-lines==1)
|
if (seg->linedef-lines==1)
|
||||||
__asm nop
|
{
|
||||||
#endif
|
int a = 0;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (lightlist.Size()>1)
|
if (lightlist.Size()>1)
|
||||||
|
@ -1445,11 +1445,11 @@ void GLWall::Process(seg_t *seg, sector_t * frontsector, sector_t * backsector)
|
||||||
sector_t * realfront;
|
sector_t * realfront;
|
||||||
sector_t * realback;
|
sector_t * realback;
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (seg->linedef-lines==636)
|
if (seg->linedef-lines==636)
|
||||||
__asm nop
|
{
|
||||||
#endif
|
int a = 0;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// note: we always have a valid sidedef and linedef reference when getting here.
|
// note: we always have a valid sidedef and linedef reference when getting here.
|
||||||
|
|
|
@ -459,11 +459,11 @@ void GLWall::Draw(int pass)
|
||||||
FLightNode * node;
|
FLightNode * node;
|
||||||
int rel;
|
int rel;
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (seg->linedef-lines==879)
|
if (seg->linedef-lines==879)
|
||||||
__asm nop
|
{
|
||||||
#endif
|
int a = 0;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue