diff options
Diffstat (limited to 'src/emap/battleground.c')
-rw-r--r-- | src/emap/battleground.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/emap/battleground.c b/src/emap/battleground.c index 4592624..c22d733 100644 --- a/src/emap/battleground.c +++ b/src/emap/battleground.c @@ -24,7 +24,10 @@ #include "emap/struct/bgdext.h" #include "emap/struct/sessionext.h" -bool ebg_team_warp(int *bg_idPtr, unsigned short *map_index, short *x, short *y) +bool ebg_team_warp_pre(int *bg_idPtr, + unsigned short *map_index, + short *x, + short *y) { int i; int bg_id = *bg_idPtr; |