aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-07-10 15:45:09 +0000
committerTorbjörn Andersson2006-07-10 15:45:09 +0000
commit6eecad572293815af18642382f341b866424dcc8 (patch)
tree9c202d32d3228cdcf658b8d9a8dc1286dcf1aad5 /NEWS
parentdcb59be8b7f87b2cd9b41af0d40457e6c74cdabc (diff)
downloadscummvm-rg350-6eecad572293815af18642382f341b866424dcc8.tar.gz
scummvm-rg350-6eecad572293815af18642382f341b866424dcc8.tar.bz2
scummvm-rg350-6eecad572293815af18642382f341b866424dcc8.zip
Call handleScreenChanged() when opening the console. Otherwise, we may get
garbage and/or crashes if the scaler has changed since the console was created. svn-id: r23480
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c6aa400e29..465e294dfb 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
- Fixed various actor walking issues.
0.9.1 (????-??-??)
+ General:
+ - Fixed potential garbage and/or crash in debug console.
+
SCUMM
- Improved support for international versions of HE games.
- Fixed rare actor drawing glitches.