diff options
Diffstat (limited to 'src/map/if/ifMap.c')
-rw-r--r-- | src/map/if/ifMap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/if/ifMap.c b/src/map/if/ifMap.c index afeba005..bd8ebed7 100644 --- a/src/map/if/ifMap.c +++ b/src/map/if/ifMap.c @@ -633,6 +633,8 @@ int If_ManPerformMappingRound( If_Man_t * p, int nCutsUsed, int Mode, int fPrepr } else if ( If_ObjIsConst1(pObj) ) { + arrTime = -IF_INFINITY; + If_ObjSetArrTime( pObj, arrTime ); } else assert( 0 ); |