From d8cf18e51bcc302fbb021b301144c85f1fda693e Mon Sep 17 00:00:00 2001 From: avolkov Date: Thu, 30 Jan 2003 22:06:47 +0000 Subject: [PATCH] removed SDL_mixer sound module git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@619 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 1f224665d..61fa2f84d 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.2: +- Removed SDL_mixer sound module - TFB_FlushGraphics keeps track of smallest bounding box that requires updating, allowing for faster scaling - Added a TFB_Canvas data buffer to let TFB_Image be more accessible