(ontradingblock, trdswitchown): Second parameter is a generic pointer,

change it from int * to void *.  Callers changed not to cast to int *.
This commit is contained in:
Markus Armbruster 2006-03-25 15:11:17 +00:00
parent 05f64e8c3f
commit 79714720cc
13 changed files with 21 additions and 23 deletions

View file

@ -82,7 +82,7 @@ shp_sel(struct nstr_item *ni, struct emp_qelem *list)
continue;
*/
if (opt_MARKET) {
if (ontradingblock(EF_SHIP, (int *)&ship)) {
if (ontradingblock(EF_SHIP, &ship)) {
pr("ship #%d inelligible - it's for sale.\n",
ship.shp_uid);
continue;