projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9871b1
)
fixed bug with potentially suppressed exit error message on startup
author
Holger Schemel
<info@artsoft.org>
Fri, 17 Oct 2014 22:09:56 +0000
(
00:09
+0200)
committer
Holger Schemel
<info@artsoft.org>
Fri, 17 Oct 2014 22:09:56 +0000
(
00:09
+0200)
ChangeLog
patch
|
blob
|
history
src/init.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index f897a15309360a4e7b07d14bbc5d1f92a540a01c..f50d01549bfbc8c6d8d599307464a5d08040c5ba 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,6
@@
2014-10-17
* removed some remaining unused X11 stuff
+ * fixed bug with potentially suppressed exit error message on startup
2014-10-16
* fixed bug not loading tape when selecting level from level selection
diff --git
a/src/init.c
b/src/init.c
index 8aef3415c1fc7c9c092d20b6d7cd6e301c9e801e..5cd9f8d59e8b2ea63c28d1b90e2edf4d591ac6c0 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-5576,6
+5576,9
@@
void DisplayExitMessage(char *format, va_list ap)
redraw_mask = REDRAW_ALL;
+ /* force drawing exit message even if screen updates are currently limited */
+ LimitScreenUpdates(FALSE);
+
BackToFront();
/* deactivate toons on error message screen */