[7338] Little cleanup in battleground queues code.

* Moved counts and maxs out of enums.
* Added some linebreaks to better code reading.
* Little bit tuned up BattleGroundQueue::RemovePlayer.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-02-25 23:28:21 +01:00
parent 1fcaf35e29
commit f35ffca03e
4 changed files with 22 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7337"
#define REVISION_NR "7338"
#endif // __REVISION_NR_H__