]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/particles.cpp
Fix all issues found by the Clang Static Analyzer.
[quix0rs-blobwars.git] / src / particles.cpp
index 5ea25974d34d4fd2397503b6314ab755af98569b..79f71efcab2b5f0c1fbfa46be6e70c3063861ebd 100644 (file)
@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 void addWindParticles()
 {
-       int c = graphics.white;
+       int c;
        float x, y, dx, dy;