From d93037c045b7f65e1025ea7ac86f621f8217391f Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Mon, 7 Dec 2009 19:56:32 +0000 Subject: [PATCH] Updated. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3396 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index a0c8a6281..27cb2c87a 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,6 +1,8 @@ Changes towards version 0.7: - Fixed planet blinking when exiting scan (bug #799) - Alex - Restore menu sounds after editing a control set name (bug #1066) - Alex +- Use an own 'UniChar' rather than 'wchar_t', which may not be large + enough, depending on the platform - SvdB - Added 'COLOR' resource type - SvdB - All graphics operations use 24-bits colors at the game level too now, instead of 16 bits colors. - SvdB