diff options
Diffstat (limited to 'src/map/battleground.h')
-rw-r--r-- | src/map/battleground.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battleground.h b/src/map/battleground.h index 4150de8be..7f15a4bbc 100644 --- a/src/map/battleground.h +++ b/src/map/battleground.h @@ -76,7 +76,7 @@ struct battleground_interface { DBMap *team_db; // int bg_id -> struct battleground_data* unsigned int team_counter; // Next bg_id /* */ - void (*init) (void); + void (*init) (bool minimal); void (*final) (void); /* */ struct bg_arena *(*name2arena) (char *name); |