Reverts if you can't produce a graphics mode requested from setup menu

Fixes bug #695.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1600 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2005-03-28 06:30:16 +00:00
parent b58bdc6e0c
commit 9ba03f7f0a
2 changed files with 21 additions and 5 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
Changes towards version 0.4:
- Attempting to set to a mode that Doesn't Work in Setup no longer ends
the program (bug #695) - Michael
- Fixed segfault when shutting down because video could not be initialized
(bug #683), - Michael
(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