SDL: use hash table for color cache
[supertux.git] / src / badguy / bomb.hpp
index efce653..e75a32f 100644 (file)
@@ -38,8 +38,7 @@ public:
 
 private:
   enum State {
-    STATE_TICKING,
-    STATE_EXPLODING
+    STATE_TICKING
   };
 
   State state;