Mercurial > mm7
comparison Level/Decoration.cpp @ 2196:628a0ad87136
Some more PVS error fixing
author | Grumpy7 |
---|---|
date | Fri, 31 Jan 2014 00:37:26 +0100 |
parents | c4ab816fcc5e |
children | aff7a7b072b7 |
comparison
equal
deleted
inserted
replaced
2195:70b63fe6587c | 2196:628a0ad87136 |
---|---|
3 #include "../ErrorHandling.h" | 3 #include "../ErrorHandling.h" |
4 | 4 |
5 //----- (004583B0) -------------------------------------------------------- | 5 //----- (004583B0) -------------------------------------------------------- |
6 LevelDecoration::LevelDecoration() | 6 LevelDecoration::LevelDecoration() |
7 { | 7 { |
8 memset(this, 0, sizeof(this)); | 8 memset(this, 0, sizeof(*this)); |
9 } | 9 } |
10 | 10 |
11 //----- (00450929) -------------------------------------------------------- | 11 //----- (00450929) -------------------------------------------------------- |
12 int LevelDecoration::GetGlobalEvent() | 12 int LevelDecoration::GetGlobalEvent() |
13 { | 13 { |