[Fix] Fixed issue with interference not disappearing as it should.

This commit is contained in:
Allanis 2014-06-01 14:19:40 +01:00
parent 27780b01ba
commit e933ce3b8d

View File

@ -628,6 +628,11 @@ void space_init(const char* sysname) {
}
}
}
/* Clear interference if you leave system with interference. */
if(cur_system->interference == 0.)
interference_alpha = 0.;
/* Reset player enemies. */
player_enemies = 0;