Fix rev. 1.24, which failed to charge mobility for sweeping without

moving.
This commit is contained in:
Markus Armbruster 2006-11-21 22:26:30 +00:00
parent 6a7ccb999a
commit a3b52a748c

View file

@ -176,7 +176,7 @@ navi(void)
shp_list(&ship_list);
break;
case 'm':
stopping |= shp_sweep(&ship_list, 1, 0, player->cnum);
stopping |= shp_sweep(&ship_list, 1, 1, player->cnum);
break;
case 'r':
radar(EF_SHIP);