From 95b8b49b7602e4e2d3cd9e38273fa94451bec780 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 18 Dec 2001 02:23:39 +0000 Subject: More Warning cleanups (Tim Beckmann) --- src/win95/ltchunk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win95/ltchunk.cpp') diff --git a/src/win95/ltchunk.cpp b/src/win95/ltchunk.cpp index b000a9c..2446830 100644 --- a/src/win95/ltchunk.cpp +++ b/src/win95/ltchunk.cpp @@ -241,7 +241,7 @@ RIF_IMPLEMENT_DYNCREATE("SHPVTINT",Shape_Vertex_Intensities_Chunk) Shape_Vertex_Intensities_Chunk::Shape_Vertex_Intensities_Chunk (Chunk_With_Children *parent, char *lsn, int num_v, int * i_array) -: Chunk (parent, "SHPVTINT"), num_vertices(num_v), pad (0) +: Chunk (parent, "SHPVTINT"), pad (0), num_vertices(num_v) { strncpy (light_set_name, lsn, 8); -- cgit v1.3