From 71fa444424be52b9b2c3fd508ad663923d28a62c Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 28 Jul 2001 23:13:49 +0000 Subject: Removed headers that were accidently checked in. Lots of compiling. --- src/win95/chnktype.cpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/win95/chnktype.cpp') diff --git a/src/win95/chnktype.cpp b/src/win95/chnktype.cpp index bddaaae..d09728e 100644 --- a/src/win95/chnktype.cpp +++ b/src/win95/chnktype.cpp @@ -1079,10 +1079,12 @@ ChunkAnimSequence& ChunkAnimSequence::operator=(const ChunkAnimSequence &seq) void ChunkAnimSequence::UpdateNormalsAndExtents(ChunkShape const * cs,List* poly_not_in_bb) { + int i; + if(!cs) return; num_verts=cs->num_verts; if(!v_normal_list)v_normal_list=new ChunkVectorFloat[cs->num_verts]; - for(int i=0;i* void ChunkAnimSequence::DeleteInterpolatedFrames() { + int i; int NewNumFrames=NumFrames; - for(int i=0;iflags & animframeflag_interpolated_frame)NewNumFrames--; } @@ -1218,4 +1222,4 @@ void ChunkAnimSequence::GenerateInterpolatedFrames(ChunkShape const *cs) Frames=NewFrames; NumFrames=NewNumFrames; */ -} \ No newline at end of file +} -- cgit v1.3