fixed electrifier
authorMarek Moeckel <wansti@gmx.de>
Sun, 18 Sep 2005 14:57:51 +0000 (14:57 +0000)
committerMarek Moeckel <wansti@gmx.de>
Sun, 18 Sep 2005 14:57:51 +0000 (14:57 +0000)
SVN-Revision: 2777

src/object/electrifier.cpp
src/object/electrifier.hpp

index 6ab6e0c..6829523 100644 (file)
@@ -29,7 +29,6 @@ Electrifier::Electrifier(uint32_t oldtile, uint32_t newtile, float seconds)
 }
   
 Electrifier::~Electrifier() {
-  remove_me();
 }
 
 void
index cc6a7a0..3cfa1b8 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef __ELECTRIFIER_H__
 #define __ELECTRIFIER_H__
 
+#include <config.h>
+#include "resources.hpp"
 #include "game_object.hpp"
 #include "timer.hpp"