Narrow struct sctstr member sct_mobil to char
To bring it in line with unit mobility.
This commit is contained in:
parent
ca2dba33f0
commit
aa659c7754
4 changed files with 5 additions and 5 deletions
|
@ -235,7 +235,7 @@ setsector(void)
|
|||
current = 127;
|
||||
pr("Mobility in %s changed to %d.\n",
|
||||
xyas(sect.sct_x, sect.sct_y, player->cnum), current);
|
||||
sect.sct_mobil = (short)current;
|
||||
sect.sct_mobil = current;
|
||||
putsect(§);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue