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
This commit is contained in:
ghaushe
2003-02-25 00:39:42 +00:00
parent 47bf0c05db
commit 743eb52e4b
+1
View File
@@ -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