diff options
Diffstat (limited to 'src/game/client/gameclient.hpp')
| -rw-r--r-- | src/game/client/gameclient.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gameclient.hpp b/src/game/client/gameclient.hpp index c1e60c2c..3ced19ce 100644 --- a/src/game/client/gameclient.hpp +++ b/src/game/client/gameclient.hpp @@ -138,6 +138,7 @@ public: class MOTD *motd; class MAPIMAGES *mapimages; class VOTING *voting; + class MAPLIST *maplist; }; extern GAMECLIENT gameclient; |