Scan tint is now cleared right after the scan

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@400 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2002-12-10 20:25:30 +00:00
parent 07e268224f
commit 7048ea6bcc
+3
View File
@@ -176,6 +176,9 @@ DrawPlanet (int x, int y, int dy, unsigned int rgb)
#else
add_sub_frame (tintLine, NULL, tintFrame, &drect, 0);
#endif
if (GetFrameHeight (tintFrame) == dy)
pSolarSysState->Tint_rgb = 0;
s.frame = tintFrame;
DrawStamp (&s);
}