F1 and F10 finally immune to crossfades (Bug #455) - Michael

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2662 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-01-13 07:57:17 +00:00
parent a82bcf1338
commit 0b8f5a36d2
5 changed files with 33 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.7:
- Popup windows for "Really Exit?" and Game Pause are immune to fades
and crossfades (Bug #455) - Michael
- No longer depend on SDLK_LAST statically; key input should now be safe
if compiled with a different version of SDL than the one running the
program (Bug #936, possibly also #883) - Michael