diff options
author | Haru <haru@dotalux.com> | 2013-09-24 15:51:33 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-09-24 16:06:07 +0200 |
commit | b9c8f57b92d2935db971a38e144529682712dc82 (patch) | |
tree | b5bd32c792892fc45ca51ac7ee1e313ae3dbec75 /src/map/battleground.h | |
parent | 233453c7d2e256aece37ece349fe4890cdeb4586 (diff) | |
download | hercules-b9c8f57b92d2935db971a38e144529682712dc82.tar.gz hercules-b9c8f57b92d2935db971a38e144529682712dc82.tar.bz2 hercules-b9c8f57b92d2935db971a38e144529682712dc82.tar.xz hercules-b9c8f57b92d2935db971a38e144529682712dc82.zip |
Renamed some variables forgotten when adding the battleground interface
- Follow-up to 35c131c
- Fixes bugreport:7721, thanks to purityz, Dastgir Pojee
http://hercules.ws/board/tracker/issue-7721-lastest-update-make-map-crashing-on-battleground/
Signed-off-by: Haru <haru@dotalux.com>
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 3edecf902..1c224e1c2 100644 --- a/src/map/battleground.h +++ b/src/map/battleground.h @@ -91,7 +91,7 @@ struct battleground_interface { void (*match_over) (struct bg_arena *arena, bool canceled); void (*queue_check) (struct bg_arena *arena); struct battleground_data* (*team_search) (int bg_id); - struct map_session_data* (*getavailablesd) (struct battleground_data *bg); + struct map_session_data* (*getavailablesd) (struct battleground_data *bgd); int (*team_delete) (int bg_id); int (*team_warp) (int bg_id, unsigned short mapindex, short x, short y); int (*send_dot_remove) (struct map_session_data *sd); |