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/animchnk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/win95/animchnk.cpp') diff --git a/src/win95/animchnk.cpp b/src/win95/animchnk.cpp index 3f5d87a..f6802cb 100644 --- a/src/win95/animchnk.cpp +++ b/src/win95/animchnk.cpp @@ -61,7 +61,7 @@ Animation_Chunk::Animation_Chunk(Chunk_With_Children* parent,const char* data,si fl->Textures[k]=*((int*)data); data+=4; } - for(k=0;k<(2*ta->NumVerts)*fl->NumFrames;k++) + for(int k=0;k<(2*ta->NumVerts)*fl->NumFrames;k++) { fl->UVCoords[k]=*((int*)data); data+=4; @@ -164,7 +164,7 @@ void Animation_Chunk::fill_data_block(char* data_start) *(int*)data_start=fl->Textures[k]; data_start+=4; } - for(k=0;k<(2*ta->NumVerts)*fl->NumFrames;k++) + for(int k=0;k<(2*ta->NumVerts)*fl->NumFrames;k++) { *(int*)data_start=fl->UVCoords[k]; data_start+=4; -- cgit v1.3