We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dae482 commit 7a293b7Copy full SHA for 7a293b7
1 file changed
engine/openbor.c
@@ -39401,7 +39401,7 @@ void player_die()
39401
* game while leaving a corpse behind.
39402
*/
39403
39404
- const e_death_config_flags leave_corpse = DEATH_CONFIG_REMOVE_CORPSE_AIR | DEATH_CONFIG_REMOVE_CORPSE_GROUND;
+ static const e_death_config_flags leave_corpse = DEATH_CONFIG_REMOVE_CORPSE_AIR | DEATH_CONFIG_REMOVE_CORPSE_GROUND;
39405
39406
if (self->modeldata.death_config_flags & leave_corpse) {
39407
self->think = NULL;
0 commit comments