diff options
| author | Stephen Kennedy | 2008-08-11 23:08:21 +0000 |
|---|---|---|
| committer | Stephen Kennedy | 2008-08-11 23:08:21 +0000 |
| commit | 300a1df2b0b801a002d369b5459112c43593e96a (patch) | |
| tree | d0b06049b0ae0419973e21f8291302725a758934 /backends/vkeybd | |
| parent | 626547a7060ce3ceaec2fa735f34e70b14fc9c1e (diff) | |
| download | scummvm-rg350-300a1df2b0b801a002d369b5459112c43593e96a.tar.gz scummvm-rg350-300a1df2b0b801a002d369b5459112c43593e96a.tar.bz2 scummvm-rg350-300a1df2b0b801a002d369b5459112c43593e96a.zip | |
Remap dialog WIP
svn-id: r33791
Diffstat (limited to 'backends/vkeybd')
| -rw-r--r-- | backends/vkeybd/virtual-keyboard-gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/vkeybd/virtual-keyboard-gui.cpp b/backends/vkeybd/virtual-keyboard-gui.cpp index 1941911472..cbdf11e083 100644 --- a/backends/vkeybd/virtual-keyboard-gui.cpp +++ b/backends/vkeybd/virtual-keyboard-gui.cpp @@ -267,7 +267,7 @@ void VirtualKeyboardGUI::redraw() { const OverlayColor *ove = (OverlayColor *) _overlayBackup.getBasePtr(_dirtyRect.left, _dirtyRect.top); int16 h = surf.h; - while (h-- > 0) { + while (h--) { memcpy(scr, ove, surf.w * sizeof(OverlayColor)); scr += surf.w; ove += _overlayBackup.w; |
