From 743eb52e4bcbec4c134bf485cd4d65923b0b8dd1 Mon Sep 17 00:00:00 2001 From: ghaushe Date: Tue, 25 Feb 2003 00:39:42 +0000 Subject: [PATCH] the key state (up/down) now only stores the actual key, without modifiers (i.e. 'f' not 'F') Fixes bug #144 (possibly 187 too?) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@828 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 3f4b20027..eaac4c5b5 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.3: +- Fixed lockup on lander-report (Bug #144 annd 187?) - Version # is now printed in the main menu, from Nic - Added PC Shipyard + Hangar power lines animation; (closes #176) -fOSSiL