Change hardcoded Starbase and Sa-Matra values to pretty enum values; bug #1047; from Nic

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3160 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-06-30 01:11:27 +00:00
parent 8e10817997
commit fb9688751f
10 changed files with 22 additions and 23 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.7:
- Change hardcoded Starbase and Sa-Matra values to pretty enum values
(bug #1047), from Nic
- Load override.cfg from user's dir to add or override menu controls - Alex
- Allow addons to override any content by placing zips into their
'shadow-content' dir - Alex