openbsd-ports/games/kobodeluxe/patches/extra-hard
2007-12-05 10:49:24 +00:00

11 lines
291 B
Plaintext

--- manage.cpp.orig Wed Dec 5 11:38:05 2007
+++ manage.cpp Wed Dec 5 11:38:42 2007
@@ -584,7 +584,6 @@ void _manage::add_score(int sc)
if(score >= bonus_next)
{
bonus_next += game.bonus_every;
- ships++;
ships_changed = 1;
flush_ships_count = 50;
sound.ui_oneup();