From 6c68b76bff33daa7cd94b78c51bdd4cdaf65059c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 23 Jan 2008 08:01:00 -0800 Subject: Version abc80123 --- src/map/if/ifTime.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/map/if/ifTime.c') diff --git a/src/map/if/ifTime.c b/src/map/if/ifTime.c index 60417c67..3d1dab1b 100644 --- a/src/map/if/ifTime.c +++ b/src/map/if/ifTime.c @@ -99,6 +99,13 @@ float If_CutDelay( If_Man_t * p, If_Cut_t * pCut ) { If_CutForEachLeaf( p, pCut, pLeaf, i ) { +/* + if ( pLeaf->IdPio > 2000 ) + { + int x = 0; + printf( "-%d %6.3f ", pLeaf->IdPio, If_ObjCutBest(pLeaf)->Delay ); + } +*/ DelayCur = If_ObjCutBest(pLeaf)->Delay; Delay = IF_MAX( Delay, DelayCur ); } -- cgit v1.2.3