warning fix
The new code provoked several warnings; this fixes one of them. Moving the declaration of 'rolecount' would have been sufficient, but I've gone another way.
This commit is contained in:
@@ -2122,7 +2122,7 @@ E boolean FDECL(validrole, (int));
|
||||
E boolean FDECL(validrace, (int, int));
|
||||
E boolean FDECL(validgend, (int, int, int));
|
||||
E boolean FDECL(validalign, (int, int, int));
|
||||
E int NDECL(randrole);
|
||||
E int FDECL(randrole, (BOOLEAN_P));
|
||||
E int FDECL(randrace, (int));
|
||||
E int FDECL(randgend, (int, int));
|
||||
E int FDECL(randalign, (int, int));
|
||||
|
||||
Reference in New Issue
Block a user