Limitated the number of bullets to be shot at the same time.
[supertux.git] / src / sprite.cpp
index 9d03d83..434c7d5 100644 (file)
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
+#include <math.h>
 #include "globals.h"
 #include "sprite.h"