Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Aug 12, 2014
1 parent a0073ea commit c9ff498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/iuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8322,7 +8322,7 @@ int iuse::robotcontrol(player *p, item *it, bool)
return 0;
}

void init_memory_card_with_random_stuff(player *p, item *it)
void init_memory_card_with_random_stuff(player *, item *it)
{

if (it->has_flag("MC_MOBILE") && (it->has_flag("MC_RANDOM_STUFF") ||
Expand Down Expand Up @@ -8887,6 +8887,7 @@ int iuse::einktabletpc(player *p, item *it, bool t)
return it->type->charges_to_use();
}
}
return 0;
}

int iuse::camera(player *p, item *it, bool)
Expand Down

0 comments on commit c9ff498

Please sign in to comment.