2007-12-05 05:49:24 -05:00
|
|
|
--- 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)
|
2003-04-12 11:22:10 -04:00
|
|
|
if(score >= bonus_next)
|
|
|
|
{
|
2007-12-05 05:49:24 -05:00
|
|
|
bonus_next += game.bonus_every;
|
2003-04-12 11:22:10 -04:00
|
|
|
- ships++;
|
|
|
|
ships_changed = 1;
|
|
|
|
flush_ships_count = 50;
|
2007-12-05 05:49:24 -05:00
|
|
|
sound.ui_oneup();
|