From dd5d85ca989073bcae625d9e997d0244b649c8d9 Mon Sep 17 00:00:00 2001 From: avolkov Date: Thu, 6 Feb 2003 04:56:04 +0000 Subject: [PATCH] Added 'nosound'; --sound=openal|mixsdl|none option; -a is gone git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@694 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index f965eb808..4db8dae6a 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,6 @@ Changes towards version 0.2: +- Added 'nosound' driver and --sound=openal|mixsdl|none + option; -a option has been removed -fOSSiL - Fix ZFP stuttering and some other random sound issues -PBlue - Correctly deal with multiply-mapped keys. This may fix some keys not being detected correctly on the Mac as well - PBlue