From 01c000cf7bec290d95af9807b0e883c0e74dcf96 Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 20 Apr 2005 04:32:59 +0000 Subject: [PATCH] updated git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1661 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 3874109aa..d042f7a42 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,6 @@ Changes towards version 0.4: +- Fixed incomplete memset()s in comm alien animation code (comm should + be saner now), from jdorje - Guard access to the Clock so that accessing it is a no-op when the game isn't actually in progress (bug #678), from Nic - Accept files with .uqm extension for packages (bug #558)