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/chunkpal.cpp | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'src/win95/chunkpal.cpp') diff --git a/src/win95/chunkpal.cpp b/src/win95/chunkpal.cpp index 0cf1185..8bf84da 100644 --- a/src/win95/chunkpal.cpp +++ b/src/win95/chunkpal.cpp @@ -66,7 +66,9 @@ BOOL IsFixedPalette(Chunk_With_Children * parent) { List plist; parent->lookup_child("PRSETPAL",plist); - for (LIF plit(&plist); !plit.done(); plit.next()) + + LIF plit(&plist); + for (; !plit.done(); plit.next()) { for (LIF findconst(&((Preset_Palette_Chunk *)plit())->pplist); !findconst.done(); findconst.next()) { @@ -291,7 +293,9 @@ Environment_TLT_Chunk::Environment_TLT_Chunk (Chunk_With_Children * parent, cons : Chunk (parent, "ENVTXLIT"), width (*((int*)(sdata))), num_levels (*((int*)(sdata+4))), flags(*(int *)(sdata+28)), table (0), filename(0) { - for (int i=0; i