Narrow struct sctstr member sct_mobil to char

To bring it in line with unit mobility.
This commit is contained in:
Markus Armbruster 2009-12-31 11:39:17 +01:00
parent ca2dba33f0
commit aa659c7754
4 changed files with 5 additions and 5 deletions

View file

@ -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(&sect);
}
break;