In the spinfinity plugin, in the stop_animation function, should look like this:<br><br>#ifdef ENABLE_FADE_OUT<br>int i;<br>  for (i = 0; i &lt; 10; i++)<br><br><br>i was never declared. It&#39;s a simple 1 line fix. <br>