diff options
Diffstat (limited to 'src/map/duel.h')
-rw-r--r-- | src/map/duel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/duel.h b/src/map/duel.h index e88f6ec4e..5466f3b43 100644 --- a/src/map/duel.h +++ b/src/map/duel.h @@ -37,7 +37,7 @@ struct duel_interface { void (*leave) (const unsigned int did, struct map_session_data* sd); void (*showinfo) (const unsigned int did, struct map_session_data* sd); int (*checktime) (struct map_session_data* sd); - + void (*init) (bool minimal); void (*final) (void); }; |