From 924e0a887f87ce531bc5bd26cb55e410b7303383 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 4 Oct 2009 22:28:19 +0200 Subject: Introduced Net::LoginHandler::SetEmailOnRegister This "optional action" specifies whether the server expects to get an email address during registration. It is used now instead of having the general handlers of eAthena and tmwserv set a pointer to an email string on the GUI dialogs (to keep things understandable, the dependency should preferably go one way). --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 9c04f354..9558f989 100644 --- a/src/map.h +++ b/src/map.h @@ -292,7 +292,7 @@ class Map : public Properties /** * Gets the tile animation for a specific gid */ - TileAnimation *getAnimationForGid(int gid); + TileAnimation *getAnimationForGid(int gid) const; private: /** -- cgit v1.2.3-70-g09d2