summaryrefslogtreecommitdiff
path: root/src/win95/ltchunk.cpp
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-12-18 02:23:39 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit95b8b49b7602e4e2d3cd9e38273fa94451bec780 (patch)
tree2680f7beffc79957bb057cb018d4d7bc5c8ff2a3 /src/win95/ltchunk.cpp
parentabab1011ac9f80ca3b734bd70415ff255965441b (diff)
More Warning cleanups (Tim Beckmann)
Diffstat (limited to 'src/win95/ltchunk.cpp')
-rw-r--r--src/win95/ltchunk.cpp2
1 files changed, 1 insertions, 1 deletions
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);