Delay guarantee of cleanup until initialization is complete

Solves most of Bug 683.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1599 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2005-03-28 06:12:22 +00:00
parent ae61899ab9
commit b58bdc6e0c
4 changed files with 22 additions and 11 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.4:
- Fixed segfault when shutting down because video could not be initialized
(bug #683), - Michael
- Fixed crash when restarting Sa-Matra battle after abort (bug #700) -Alex
- Some cleanups, enabling successful build with GCC 4 (bug #710),
mostly from Ville Skyttà - SvdB