Make sure fish is facing down when killed
[supertux.git] / src / physfs / physfs_stream.cpp
index beb5848..c4347b2 100644 (file)
@@ -17,7 +17,6 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#if 0
 #include <config.h>
 
 #include "physfs_stream.hpp"
@@ -178,4 +177,3 @@ OFileStream::~OFileStream()
 {
     delete rdbuf();
 }
-#endif