Player Illness Loop had problem with dropping bombs by ai players.

origin
stpohle 23 years ago
parent f028f523e1
commit deb2100bbc

@ -620,7 +620,7 @@ player_ilness_loop (int pl_nr)
} }
else if (type == PI_bomb) else if (type == PI_bomb)
/* player is dropping bombs */ /* player is dropping bombs */
player_drop_bomb (bman.p_nr); player_drop_bomb (pl_nr);
} }
} }
} }

Loading…
Cancel
Save