Fix rev. 1.24, which failed to charge mobility for sweeping without
moving.
This commit is contained in:
parent
6a7ccb999a
commit
a3b52a748c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue