diff 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
line wrap: on
line diff
--- a/Level/Decoration.cpp	Thu Jan 30 23:03:04 2014 +0100
+++ b/Level/Decoration.cpp	Fri Jan 31 00:37:26 2014 +0100
@@ -5,7 +5,7 @@
 //----- (004583B0) --------------------------------------------------------
 LevelDecoration::LevelDecoration()
 {
-  memset(this, 0, sizeof(this));
+  memset(this, 0, sizeof(*this));
 }
 
 //----- (00450929) --------------------------------------------------------