fixed last commit

This commit is contained in:
oy 2015-08-30 09:58:00 +02:00
parent b65b02c345
commit c92c633b95

View file

@ -259,7 +259,7 @@ public:
void ProcessConnlessPacket(CNetChunk *pPacket);
void ProcessServerPacket(CNetChunk *pPacket);
virtual const char *MapDownloadName() { return m_aMapdownloadName; }
virtual const char *MapDownloadName() const { return m_aMapdownloadName; }
virtual int MapDownloadAmount() const { return m_MapdownloadAmount; }
virtual int MapDownloadTotalsize() const { return m_MapdownloadTotalsize; }