diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-08-07 02:38:43 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 455f56573ef8378ad1297970829e227c80525959 (patch) | |
| tree | 39a28f1f2d662bdae5ac714c8dde177afabf5ab9 /src/win95/chnkload.hpp | |
| parent | 422e7c385b8201388bbaeabc09db402ac99ec93f (diff) | |
More warning cleanups.
Removed a few unused files.
Diffstat (limited to 'src/win95/chnkload.hpp')
| -rw-r--r-- | src/win95/chnkload.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/chnkload.hpp b/src/win95/chnkload.hpp index 19325dc..adf2163 100644 --- a/src/win95/chnkload.hpp +++ b/src/win95/chnkload.hpp @@ -95,9 +95,9 @@ struct _RifHandle : Project_RifHandle _RifHandle() : fc(0) , envd(0) + , palparent(0) , max_index(0) , tex_index_nos(0) - , palparent(0) {} }; |
