From 455f56573ef8378ad1297970829e227c80525959 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 7 Aug 2001 02:38:43 +0000 Subject: More warning cleanups. Removed a few unused files. --- src/win95/ltchunk.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win95/ltchunk.hpp') diff --git a/src/win95/ltchunk.hpp b/src/win95/ltchunk.hpp index 2ed6b78..8fee87b 100644 --- a/src/win95/ltchunk.hpp +++ b/src/win95/ltchunk.hpp @@ -161,7 +161,7 @@ class Placed_Object_Light_Chunk : public Chunk { public : Placed_Object_Light_Chunk (Chunk_With_Children * parent, Placed_Object_Light_Data & new_light) - : Chunk (parent, "PLOBJLIT"), light (new_light),num_extra_data(0),extra_data(0) {} + : Chunk (parent, "PLOBJLIT"), light(new_light), extra_data(0), num_extra_data(0) {} Placed_Object_Light_Chunk (Chunk_With_Children * parent, const char *, size_t const); -- cgit v1.3