Fix uninitialized RECT member as per Louis Delacroix

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3736 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2012-01-04 04:35:29 +00:00
parent 99de30fba0
commit 62e1200a05
+1
View File
@@ -1285,6 +1285,7 @@ AnimateLaunch (FRAME farray)
r.corner.x = 0; r.corner.x = 0;
r.corner.y = 0; r.corner.y = 0;
r.extent.width = 0; r.extent.width = 0;
r.extent.height = 0;
s.origin.x = 0; s.origin.x = 0;
s.origin.y = 0; s.origin.y = 0;
s.frame = farray; s.frame = farray;