Increased the size of the display queue (disp_q)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2847 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2007-09-06 08:33:21 +00:00
parent 14dad53337
commit 1209d2cd85
5 changed files with 13 additions and 2 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.7:
- Increased the size of display queue (elements were sometimes missing
in e.g. Nemesis vs. Nemesis battles with many marines out) - Alex
- ShowPresentation() no longer clears the screen by force; presentations
now do this by request - Michael
- Added match_matchPatternOnce() - SvdB