From 5ec556acea5a30e1d57b40f81ea622b5ad9253e7 Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 31 Oct 2005 16:57:00 +0000 Subject: [PATCH] bug #772 git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1936 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 4ff5ff6aa..a2d5fb902 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.5: +- Fixed T-Pet compulsion graphics (partially); bug #772 - Alex - Doing game-state file I/O in memory instead of temp files; should avoid problems as in bug #752 - Alex - Separate config_win.h file for build.sh builds on Windows - SvdB