From 38254947a57b9899909d8fbabfbf784690ed5a68 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 5 Dec 2006 08:01:00 -0800 Subject: Version abc61205 --- src/map/if/ifSeq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifSeq.c') diff --git a/src/map/if/ifSeq.c b/src/map/if/ifSeq.c index ce353f49..bc4ab806 100644 --- a/src/map/if/ifSeq.c +++ b/src/map/if/ifSeq.c @@ -95,7 +95,7 @@ int If_ManPerformMappingSeq( If_Man_t * p ) ***********************************************************************/ void If_CutLift( If_Cut_t * pCut ) { - int i; + unsigned i; for ( i = 0; i < pCut->nLeaves; i++ ) pCut->pLeaves[i] = ((pCut->pLeaves[i] >> 8) << 8) | ((pCut->pLeaves[i] & 255) + 1); } -- cgit v1.2.3