(get_empobj_mob_max): Move the return -1 to the end of function.

This commit is contained in:
Ron Koenderink 2006-07-26 01:01:14 +00:00
parent 0a9c46ad1e
commit 5f6e5ef4b1

View file

@ -136,6 +136,6 @@ get_empobj_mob_max(int type)
return sect_mob_max;
default:
CANT_REACH();
return -1;
}
return -1;
}