Avoid compiler warnings triggered by the previous revision.
This commit is contained in:
parent
48c6a88768
commit
21e3c9d55e
2 changed files with 4 additions and 2 deletions
|
@ -876,7 +876,8 @@ mission_name(short int mission)
|
|||
void
|
||||
show_mission(int type, struct nstr_item *np)
|
||||
{
|
||||
int size, first = 1, radius;
|
||||
size_t size;
|
||||
int first = 1, radius;
|
||||
s_char *block;
|
||||
struct genitem *gp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue