From 1c59a3e7fe7b36bb7f7ee55e49489691f4ddcb8c Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 15 Mar 2005 22:45:07 +0000 Subject: [PATCH] bug #566 git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1576 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 94c341dc3..8d856ea4e 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.4: +- Fixed menu sounds in full-game battle ship selection box (bug #566) -Alex - Added '--version' - Svdb - Fixed a bad memory access which could occur when the code relies on CharCount for determining the end of a string (bug #701). - SvdB