aboutsummaryrefslogtreecommitdiff
path: root/src/shared/revision_nr.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-02 17:07:18 -0600
committermegamage <none@none>2009-03-02 17:07:18 -0600
commit0b32a2c7510ada90e7e1f8a91229fc73e9aa7753 (patch)
tree4b736b05b074537616ba037c7bcaa79705928257 /src/shared/revision_nr.h
parentd9d77939ba0dc542622235197cd3a9bfed066573 (diff)
[7370] Fixed crash in CheckSkirmishForSameFaction() function, when we erased iterator which shouldn't be erased
Fixed crash in BattleGroundQueue::Update() by changing BGFreeSlotQueueType from deque to list. Author: Triply --HG-- branch : trunk
Diffstat (limited to 'src/shared/revision_nr.h')
-rw-r--r--src/shared/revision_nr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h
index f13bf1ca3af..bd0712af763 100644
--- a/src/shared/revision_nr.h
+++ b/src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
- #define REVISION_NR "7369"
+ #define REVISION_NR "7370"
#endif // __REVISION_NR_H__