Fix crash on ESC press when no music is playing
[supertux.git] / src / object / comet_particle_system.hpp
index 460ef0d..94902c2 100644 (file)
@@ -1,5 +1,5 @@
 //  SuperTux
-//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmx.de>
+//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmail.com>
 //
 //  This program is free software: you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 
 #include "object/particlesystem_interactive.hpp"
 #include "video/surface_ptr.hpp"
-#include "src/video/drawing_request.hpp" /* LAYER_BACKGROUND1 */
+#include "video/drawing_request.hpp" /* LAYER_BACKGROUND1 */
 
 class CometParticleSystem : public ParticleSystem_Interactive
 {