Disabled bomb spraying particles all over the screen
[supertux.git] / src / video / sdl_renderer.hpp
index 572c34e..fe34d82 100644 (file)
@@ -40,6 +40,7 @@ namespace SDL
     void do_take_screenshot();
     void flip();
     void resize(int w, int h);
+    void apply_config() {}
   private:
     SDL_Surface *screen;
     int numerator, denominator;