(get_empobj_mob_max): Move the return -1 to the end of function.
This commit is contained in:
parent
0a9c46ad1e
commit
5f6e5ef4b1
1 changed files with 1 additions and 1 deletions
|
@ -136,6 +136,6 @@ get_empobj_mob_max(int type)
|
||||||
return sect_mob_max;
|
return sect_mob_max;
|
||||||
default:
|
default:
|
||||||
CANT_REACH();
|
CANT_REACH();
|
||||||
return -1;
|
|
||||||
}
|
}
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue