diff --git a/src/space.c b/src/space.c index 53b47a9..a95110e 100644 --- a/src/space.c +++ b/src/space.c @@ -11,6 +11,7 @@ #include "pause.h" #include "weapon.h" #include "toolkit.h" +#include "spfx.h" #include "player.h" #define XML_PLANET_ID "Planets" @@ -183,6 +184,7 @@ void space_init(const char* sysname) { player_clear(); // Clears targets. pilots_clean(); // Destroy all the current pilots, exept player. weapon_clear(); // Get rid of all the weapons. + spfx_clear(); // Remove of explosions. if((sysname == NULL) && (cur_system == NULL)) ERR("Cannot reinit system if there is no system previously loaded");