forked from github/server
fix warnings
This commit is contained in:
parent
1b93b094e4
commit
5bd67a6d2a
2 changed files with 1 additions and 1 deletions
|
@ -1064,7 +1064,6 @@ spawn_dragons(void)
|
|||
|
||||
for (r = regions; r; r = r->next) {
|
||||
unit * u;
|
||||
message * msg;
|
||||
|
||||
if (fval(r->terrain, SEA_REGION) && rng_int()%10000 < 1) {
|
||||
u = createunit(r, monsters, 1, new_race[RC_SEASERPENT]);
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "teleport.h"
|
||||
|
||||
/* kernel includes */
|
||||
#include "equipment.h"
|
||||
#include "unit.h"
|
||||
#include "region.h"
|
||||
#include "race.h"
|
||||
|
|
Loading…
Reference in a new issue